Html Css Color HEX #FACC5F Kournikova

📋 copy color: '#FACC5F'

red 250 ◦ green 204 ◦ blue 95

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

Shades of Kournikova #FACC5F

Tints of Kournikova #FACC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.3%

R = 45.54%
G = 37.16%
B = 17.3%

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

#FACC5F (or 0xFACC5F) is known color: Kournikova. HEX triplet: FA, CC and 5F. RGB value is (250,204,95). Sum of RGB (Red+Green+Blue) = 250+204+95=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC5F is #0533A0. Grayscale: #CDCDCD. Windows color (decimal): -340897 or 6278394. OLE color: 6278394.

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

Color convert

RGB 250 204 95 -
CMYK 0 0.18 0.62 0.02
HSL 42.19º 0.94% 0.68% -
HSV(B) 42.19º 0.62% 0.98% -
XYZ 63.08 64.34 19.92 -
YUV 205.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 250 204 95 0 0.18 0.62 0.02 42.19 0.94 0.68
Hex FA CC 5F 0 12 3E 2 2A 5E 44
Octal 372 314 137 0 22 76 2 52 136 104
Binary 11111010 11001100 1011111 0 10010 111110 10 101010 1011110 1000100

Color Harmonies of #FACC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC5F

Black with #FACC5F

Text Example


Text Example

White with #FACC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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