Html Css Color HEX #FCD155 Kournikova

📋 copy color: '#FCD155'

red 252 ◦ green 209 ◦ blue 85

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

Shades of Kournikova #FCD155

Tints of Kournikova #FCD155

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

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

R = 46.15%
G = 38.28%
B = 15.57%

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

#FCD155 (or 0xFCD155) is known color: Kournikova. HEX triplet: FC, D1 and 55. RGB value is (252,209,85). Sum of RGB (Red+Green+Blue) = 252+209+85=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD155 is #032EAA. Grayscale: #D0D0D0. Windows color (decimal): -208555 or 5624316. OLE color: 5624316.

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

Color convert

RGB 252 209 85 -
CMYK 0 0.17 0.66 0.01
HSL 44.55º 0.97% 0.66% -
HSV(B) 44.55º 0.66% 0.99% -
XYZ 64.59 66.95 18.11 -
YUV 207.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 252 209 85 0 0.17 0.66 0.01 44.55 0.97 0.66
Hex FC D1 55 0 11 42 1 2D 61 42
Octal 374 321 125 0 21 102 1 55 141 102
Binary 11111100 11010001 1010101 0 10001 1000010 1 101101 1100001 1000010

Color Harmonies of #FCD155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD155

Black with #FCD155

Text Example


Text Example

White with #FCD155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD155; }

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

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

background-color css

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

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

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

border-color css

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

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

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