Html Css Color HEX #FCD04C Kournikova

📋 copy color: '#FCD04C'

red 252 ◦ green 208 ◦ blue 76

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

Shades of Kournikova #FCD04C

Tints of Kournikova #FCD04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 47.01%
G = 38.81%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCD04C (or 0xFCD04C) is known color: Kournikova. HEX triplet: FC, D0 and 4C. RGB value is (252,208,76). Sum of RGB (Red+Green+Blue) = 252+208+76=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD04C is #032FB3. Grayscale: #CECECE. Windows color (decimal): -208820 or 5034236. OLE color: 5034236.

HSL color Cylindrical-coordinate representation of color #FCD04C: hue angle of 45º 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 #FCD04C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 76 -
CMYK 0 0.17 0.70 0.01
HSL 45º 0.97% 0.64% -
HSV(B) 45º 0.7% 0.99% -
XYZ 64.01 66.33 16.27 -
YUV 206.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 252 208 76 0 0.17 0.70 0.01 45 0.97 0.64
Hex FC D0 4C 0 11 46 1 2D 61 40
Octal 374 320 114 0 21 106 1 55 141 100
Binary 11111100 11010000 1001100 0 10001 1000110 1 101101 1100001 1000000

Color Harmonies of #FCD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD04C

Black with #FCD04C

Text Example


Text Example

White with #FCD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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