Html Css Color HEX #FCD359 Kournikova

📋 copy color: '#FCD359'

red 252 ◦ green 211 ◦ blue 89

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

Shades of Kournikova #FCD359

Tints of Kournikova #FCD359

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

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

R = 45.65%
G = 38.22%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD359 (or 0xFCD359) is known color: Kournikova. HEX triplet: FC, D3 and 59. RGB value is (252,211,89). Sum of RGB (Red+Green+Blue) = 252+211+89=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 89 (35.16% from 255 or 16.12% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD359 is #032CA6. Grayscale: #D1D1D1. Windows color (decimal): -208039 or 5886972. OLE color: 5886972.

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

Color convert

RGB 252 211 89 -
CMYK 0 0.16 0.65 0.01
HSL 44.91º 0.96% 0.67% -
HSV(B) 44.91º 0.65% 0.99% -
XYZ 65.24 68.01 19.14 -
YUV 209.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 252 211 89 0 0.16 0.65 0.01 44.91 0.96 0.67
Hex FC D3 59 0 10 41 1 2D 60 43
Octal 374 323 131 0 20 101 1 55 140 103
Binary 11111100 11010011 1011001 0 10000 1000001 1 101101 1100000 1000011

Color Harmonies of #FCD359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD359

Black with #FCD359

Text Example


Text Example

White with #FCD359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD359; }

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

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

background-color css

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

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

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

border-color css

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

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

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