Html Css Color HEX #FACC4A Kournikova

📋 copy color: '#FACC4A'

red 250 ◦ green 204 ◦ blue 74

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

Shades of Kournikova #FACC4A

Tints of Kournikova #FACC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

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

R = 47.35%
G = 38.64%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FACC4A (or 0xFACC4A) is known color: Kournikova. HEX triplet: FA, CC and 4A. RGB value is (250,204,74). Sum of RGB (Red+Green+Blue) = 250+204+74=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC4A is #0533B5. Grayscale: #CBCBCB. Windows color (decimal): -340918 or 4902138. OLE color: 4902138.

HSL color Cylindrical-coordinate representation of color #FACC4A: hue angle of 44.32º 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 #FACC4A is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 74 -
CMYK 0 0.18 0.70 0.02
HSL 44.32º 0.95% 0.64% -
HSV(B) 44.32º 0.7% 0.98% -
XYZ 62.25 64 15.55 -
YUV 202.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 250 204 74 0 0.18 0.70 0.02 44.32 0.95 0.64
Hex FA CC 4A 0 12 46 2 2C 5F 40
Octal 372 314 112 0 22 106 2 54 137 100
Binary 11111010 11001100 1001010 0 10010 1000110 10 101100 1011111 1000000

Color Harmonies of #FACC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC4A

Black with #FACC4A

Text Example


Text Example

White with #FACC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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