Html Css Color HEX #FACC5E Kournikova

📋 copy color: '#FACC5E'

red 250 ◦ green 204 ◦ blue 94

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

Shades of Kournikova #FACC5E

Tints of Kournikova #FACC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.15%

R = 45.62%
G = 37.23%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FACC5E (or 0xFACC5E) is known color: Kournikova. HEX triplet: FA, CC and 5E. RGB value is (250,204,94). Sum of RGB (Red+Green+Blue) = 250+204+94=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 94 (37.11% from 255 or 17.15% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC5E is #0533A1. Grayscale: #CDCDCD. Windows color (decimal): -340898 or 6212858. OLE color: 6212858.

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

Color convert

RGB 250 204 94 -
CMYK 0 0.18 0.62 0.02
HSL 42.31º 0.94% 0.67% -
HSV(B) 42.31º 0.62% 0.98% -
XYZ 63.04 64.32 19.68 -
YUV 205.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 250 204 94 0 0.18 0.62 0.02 42.31 0.94 0.67
Hex FA CC 5E 0 12 3E 2 2A 5E 43
Octal 372 314 136 0 22 76 2 52 136 103
Binary 11111010 11001100 1011110 0 10010 111110 10 101010 1011110 1000011

Color Harmonies of #FACC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC5E

Black with #FACC5E

Text Example


Text Example

White with #FACC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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