Html Css Color HEX #FCCC58 Kournikova

📋 copy color: '#FCCC58'

red 252 ◦ green 204 ◦ blue 88

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

Shades of Kournikova #FCCC58

Tints of Kournikova #FCCC58

RGB

 RED value IS 252 (98.83% from 255) = 46.32%

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

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

R = 46.32%
G = 37.5%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCCC58 (or 0xFCCC58) is known color: Kournikova. HEX triplet: FC, CC and 58. RGB value is (252,204,88). Sum of RGB (Red+Green+Blue) = 252+204+88=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCC58 is #0333A7. Grayscale: #CDCDCD. Windows color (decimal): -209832 or 5819644. OLE color: 5819644.

HSL color Cylindrical-coordinate representation of color #FCCC58: hue angle of 42.44º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCCC58 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 88 -
CMYK 0 0.19 0.65 0.01
HSL 42.44º 0.96% 0.67% -
HSV(B) 42.44º 0.65% 0.99% -
XYZ 63.5 64.59 18.35 -
YUV 205.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 252 204 88 0 0.19 0.65 0.01 42.44 0.96 0.67
Hex FC CC 58 0 13 41 1 2A 60 43
Octal 374 314 130 0 23 101 1 52 140 103
Binary 11111100 11001100 1011000 0 10011 1000001 1 101010 1100000 1000011

Color Harmonies of #FCCC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC58

Black with #FCCC58

Text Example


Text Example

White with #FCCC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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