Html Css Color HEX #FCD059 Kournikova

📋 copy color: '#FCD059'

red 252 ◦ green 208 ◦ blue 89

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

Shades of Kournikova #FCD059

Tints of Kournikova #FCD059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.89%

 BLUE value IS 89 (35.16% from 255) = 16.21%

R = 45.9%
G = 37.89%
B = 16.21%

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

#FCD059 (or 0xFCD059) is known color: Kournikova. HEX triplet: FC, D0 and 59. RGB value is (252,208,89). Sum of RGB (Red+Green+Blue) = 252+208+89=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD059 is #032FA6. Grayscale: #D0D0D0. Windows color (decimal): -208807 or 5886204. OLE color: 5886204.

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

Color convert

RGB 252 208 89 -
CMYK 0 0.17 0.65 0.01
HSL 43.8º 0.96% 0.67% -
HSV(B) 43.8º 0.65% 0.99% -
XYZ 64.5 66.53 18.89 -
YUV 207.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 252 208 89 0 0.17 0.65 0.01 43.8 0.96 0.67
Hex FC D0 59 0 11 41 1 2C 60 43
Octal 374 320 131 0 21 101 1 54 140 103
Binary 11111100 11010000 1011001 0 10001 1000001 1 101100 1100000 1000011

Color Harmonies of #FCD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD059

Black with #FCD059

Text Example


Text Example

White with #FCD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD059; }

 p { color: rgb(252,208,89); }

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

background-color css

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

 a { background-color: rgb(252,208,89); }

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

border-color css

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

 span { border-color: rgb(252,208,89); }

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