Html Css Color HEX #FCD24C Kournikova

📋 copy color: '#FCD24C'

red 252 ◦ green 210 ◦ blue 76

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

Shades of Kournikova #FCD24C

Tints of Kournikova #FCD24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.03%

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

R = 46.84%
G = 39.03%
B = 14.13%

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

#FCD24C (or 0xFCD24C) is known color: Kournikova. HEX triplet: FC, D2 and 4C. RGB value is (252,210,76). Sum of RGB (Red+Green+Blue) = 252+210+76=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD24C is #032DB3. Grayscale: #CFCFCF. Windows color (decimal): -208308 or 5034748. OLE color: 5034748.

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

Color convert

RGB 252 210 76 -
CMYK 0 0.17 0.70 0.01
HSL 45.68º 0.97% 0.64% -
HSV(B) 45.68º 0.7% 0.99% -
XYZ 64.5 67.31 16.43 -
YUV 207.28 53.91 159.9 -
System Red Green Blue C M Y K H S L
Decimal 252 210 76 0 0.17 0.70 0.01 45.68 0.97 0.64
Hex FC D2 4C 0 11 46 1 2E 61 40
Octal 374 322 114 0 21 106 1 56 141 100
Binary 11111100 11010010 1001100 0 10001 1000110 1 101110 1100001 1000000

Color Harmonies of #FCD24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD24C

Black with #FCD24C

Text Example


Text Example

White with #FCD24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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