Html Css Color HEX #FCD255 Kournikova

📋 copy color: '#FCD255'

red 252 ◦ green 210 ◦ blue 85

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

Shades of Kournikova #FCD255

Tints of Kournikova #FCD255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.54%

R = 46.07%
G = 38.39%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCD255 (or 0xFCD255) is known color: Kournikova. HEX triplet: FC, D2 and 55. RGB value is (252,210,85). Sum of RGB (Red+Green+Blue) = 252+210+85=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD255 is #032DAA. Grayscale: #D0D0D0. Windows color (decimal): -208299 or 5624572. OLE color: 5624572.

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

Color convert

RGB 252 210 85 -
CMYK 0 0.17 0.66 0.01
HSL 44.91º 0.97% 0.66% -
HSV(B) 44.91º 0.66% 0.99% -
XYZ 64.83 67.44 18.2 -
YUV 208.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 252 210 85 0 0.17 0.66 0.01 44.91 0.97 0.66
Hex FC D2 55 0 11 42 1 2D 61 42
Octal 374 322 125 0 21 102 1 55 141 102
Binary 11111100 11010010 1010101 0 10001 1000010 1 101101 1100001 1000010

Color Harmonies of #FCD255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD255

Black with #FCD255

Text Example


Text Example

White with #FCD255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD255; }

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

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

background-color css

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

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

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

border-color css

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

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

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