Html Css Color HEX #FCCC4C Kournikova

📋 copy color: '#FCCC4C'

red 252 ◦ green 204 ◦ blue 76

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

Shades of Kournikova #FCCC4C

Tints of Kournikova #FCCC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.29%

R = 47.37%
G = 38.35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCCC4C (or 0xFCCC4C) is known color: Kournikova. HEX triplet: FC, CC and 4C. RGB value is (252,204,76). Sum of RGB (Red+Green+Blue) = 252+204+76=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 76 (30.08% from 255 or 14.29% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC4C is #0333B3. Grayscale: #CCCCCC. Windows color (decimal): -209844 or 5033212. OLE color: 5033212.

HSL color Cylindrical-coordinate representation of color #FCCC4C: hue angle of 43.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCCC4C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 76 -
CMYK 0 0.19 0.70 0.01
HSL 43.64º 0.97% 0.64% -
HSV(B) 43.64º 0.7% 0.99% -
XYZ 63.04 64.4 15.95 -
YUV 203.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 252 204 76 0 0.19 0.70 0.01 43.64 0.97 0.64
Hex FC CC 4C 0 13 46 1 2C 61 40
Octal 374 314 114 0 23 106 1 54 141 100
Binary 11111100 11001100 1001100 0 10011 1000110 1 101100 1100001 1000000

Color Harmonies of #FCCC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC4C

Black with #FCCC4C

Text Example


Text Example

White with #FCCC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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