Html Css Color HEX #FACC4E Kournikova

📋 copy color: '#FACC4E'

red 250 ◦ green 204 ◦ blue 78

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

Shades of Kournikova #FACC4E

Tints of Kournikova #FACC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.66%

R = 46.99%
G = 38.35%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FACC4E (or 0xFACC4E) is known color: Kournikova. HEX triplet: FA, CC and 4E. RGB value is (250,204,78). Sum of RGB (Red+Green+Blue) = 250+204+78=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC4E is #0533B1. Grayscale: #CBCBCB. Windows color (decimal): -340914 or 5164282. OLE color: 5164282.

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

Color convert

RGB 250 204 78 -
CMYK 0 0.18 0.69 0.02
HSL 43.95º 0.95% 0.64% -
HSV(B) 43.95º 0.69% 0.98% -
XYZ 62.39 64.06 16.28 -
YUV 203.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 250 204 78 0 0.18 0.69 0.02 43.95 0.95 0.64
Hex FA CC 4E 0 12 45 2 2C 5F 40
Octal 372 314 116 0 22 105 2 54 137 100
Binary 11111010 11001100 1001110 0 10010 1000101 10 101100 1011111 1000000

Color Harmonies of #FACC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC4E

Black with #FACC4E

Text Example


Text Example

White with #FACC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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