Html Css Color HEX #FACC58 Kournikova

📋 copy color: '#FACC58'

red 250 ◦ green 204 ◦ blue 88

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

Shades of Kournikova #FACC58

Tints of Kournikova #FACC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.24%

R = 46.13%
G = 37.64%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FACC58 (or 0xFACC58) is known color: Kournikova. HEX triplet: FA, CC and 58. RGB value is (250,204,88). Sum of RGB (Red+Green+Blue) = 250+204+88=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 88 (34.77% from 255 or 16.24% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC58 is #0533A7. Grayscale: #CDCDCD. Windows color (decimal): -340904 or 5819642. OLE color: 5819642.

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

Color convert

RGB 250 204 88 -
CMYK 0 0.18 0.65 0.02
HSL 42.96º 0.94% 0.66% -
HSV(B) 42.96º 0.65% 0.98% -
XYZ 62.78 64.21 18.32 -
YUV 204.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 250 204 88 0 0.18 0.65 0.02 42.96 0.94 0.66
Hex FA CC 58 0 12 41 2 2B 5E 42
Octal 372 314 130 0 22 101 2 53 136 102
Binary 11111010 11001100 1011000 0 10010 1000001 10 101011 1011110 1000010

Color Harmonies of #FACC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC58

Black with #FACC58

Text Example


Text Example

White with #FACC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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