Html Css Color HEX #FCD158 Kournikova

📋 copy color: '#FCD158'

red 252 ◦ green 209 ◦ blue 88

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

Shades of Kournikova #FCD158

Tints of Kournikova #FCD158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.03%

R = 45.9%
G = 38.07%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD158 (or 0xFCD158) is known color: Kournikova. HEX triplet: FC, D1 and 58. RGB value is (252,209,88). Sum of RGB (Red+Green+Blue) = 252+209+88=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD158 is #032EA7. Grayscale: #D0D0D0. Windows color (decimal): -208552 or 5820924. OLE color: 5820924.

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

Color convert

RGB 252 209 88 -
CMYK 0 0.17 0.65 0.01
HSL 44.27º 0.96% 0.67% -
HSV(B) 44.27º 0.65% 0.99% -
XYZ 64.71 67 18.75 -
YUV 208.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 252 209 88 0 0.17 0.65 0.01 44.27 0.96 0.67
Hex FC D1 58 0 11 41 1 2C 60 43
Octal 374 321 130 0 21 101 1 54 140 103
Binary 11111100 11010001 1011000 0 10001 1000001 1 101100 1100000 1000011

Color Harmonies of #FCD158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD158

Black with #FCD158

Text Example


Text Example

White with #FCD158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD158; }

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

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

background-color css

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

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

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

border-color css

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

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

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