Html Css Color HEX #FCD253 Kournikova

📋 copy color: '#FCD253'

red 252 ◦ green 210 ◦ blue 83

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

Shades of Kournikova #FCD253

Tints of Kournikova #FCD253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.23%

R = 46.24%
G = 38.53%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCD253 (or 0xFCD253) is known color: Kournikova. HEX triplet: FC, D2 and 53. RGB value is (252,210,83). Sum of RGB (Red+Green+Blue) = 252+210+83=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD253 is #032DAC. Grayscale: #D0D0D0. Windows color (decimal): -208301 or 5493500. OLE color: 5493500.

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

Color convert

RGB 252 210 83 -
CMYK 0 0.17 0.67 0.01
HSL 45.09º 0.97% 0.66% -
HSV(B) 45.09º 0.67% 0.99% -
XYZ 64.75 67.41 17.78 -
YUV 208.08 57.41 159.33 -
System Red Green Blue C M Y K H S L
Decimal 252 210 83 0 0.17 0.67 0.01 45.09 0.97 0.66
Hex FC D2 53 0 11 43 1 2D 61 42
Octal 374 322 123 0 21 103 1 55 141 102
Binary 11111100 11010010 1010011 0 10001 1000011 1 101101 1100001 1000010

Color Harmonies of #FCD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD253

Black with #FCD253

Text Example


Text Example

White with #FCD253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD253; }

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

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

background-color css

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

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

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

border-color css

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

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

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