Html Css Color HEX #FCD24B Kournikova

📋 copy color: '#FCD24B'

red 252 ◦ green 210 ◦ blue 75

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

Shades of Kournikova #FCD24B

Tints of Kournikova #FCD24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.97%

R = 46.93%
G = 39.11%
B = 13.97%

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

#FCD24B (or 0xFCD24B) is known color: Kournikova. HEX triplet: FC, D2 and 4B. RGB value is (252,210,75). Sum of RGB (Red+Green+Blue) = 252+210+75=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 75 (29.69% from 255 or 13.97% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD24B is #032DB4. Grayscale: #CFCFCF. Windows color (decimal): -208309 or 4969212. OLE color: 4969212.

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

Color convert

RGB 252 210 75 -
CMYK 0 0.17 0.70 0.01
HSL 45.76º 0.97% 0.64% -
HSV(B) 45.76º 0.7% 0.99% -
XYZ 64.46 67.3 16.25 -
YUV 207.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 252 210 75 0 0.17 0.70 0.01 45.76 0.97 0.64
Hex FC D2 4B 0 11 46 1 2E 61 40
Octal 374 322 113 0 21 106 1 56 141 100
Binary 11111100 11010010 1001011 0 10001 1000110 1 101110 1100001 1000000

Color Harmonies of #FCD24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD24B

Black with #FCD24B

Text Example


Text Example

White with #FCD24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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