Html Css Color HEX #FAC94A Kournikova

📋 copy color: '#FAC94A'

red 250 ◦ green 201 ◦ blue 74

#FAC94A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FAC94A

Tints of Kournikova #FAC94A

RGB

 RED value IS 250 (98.05% from 255) = 47.62%

 GREEN value IS 201 (78.91% from 255) = 38.29%

 BLUE value IS 74 (29.3% from 255) = 14.1%

R = 47.62%
G = 38.29%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAC94A (or 0xFAC94A) is known color: Kournikova. HEX triplet: FA, C9 and 4A. RGB value is (250,201,74). Sum of RGB (Red+Green+Blue) = 250+201+74=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC94A is #0536B5. Grayscale: #C9C9C9. Windows color (decimal): -341686 or 4901370. OLE color: 4901370.

HSL color Cylindrical-coordinate representation of color #FAC94A: hue angle of 43.3º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAC94A is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 201 74 -
CMYK 0 0.20 0.70 0.02
HSL 43.3º 0.95% 0.64% -
HSV(B) 43.3º 0.7% 0.98% -
XYZ 61.55 62.59 15.32 -
YUV 201.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 250 201 74 0 0.20 0.70 0.02 43.3 0.95 0.64
Hex FA C9 4A 0 14 46 2 2B 5F 40
Octal 372 311 112 0 24 106 2 53 137 100
Binary 11111010 11001001 1001010 0 10100 1000110 10 101011 1011111 1000000

Color Harmonies of #FAC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC94A

Black with #FAC94A

Text Example


Text Example

White with #FAC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC94A; }

 p { color: rgb(250,201,74); }

 H1.HeaderClassName
 {
   color: #FAC94A;
 }
 .AnyTagClassName
 {
   color: #FAC94A;
 }
</style>

background-color css

<style>
 a { background-color: #FAC94A; }

 a { background-color: rgb(250,201,74); }

 div.DivClassName
 {
   background-color: #FAC94A;
 }
 .BgClassName
 {
   background-color: #FAC94A;
 }
</style>

border-color css

<style>
 span { border-color: #FAC94A; }

 span { border-color: rgb(250,201,74); }

 td.TdClassName
 {
   border-color: #FAC94A;
 }
 .TagClassName
 {
   border-color: #FAC94A;
 }
</style>