Html Css Color HEX #FCD057 Kournikova

📋 copy color: '#FCD057'

red 252 ◦ green 208 ◦ blue 87

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

Shades of Kournikova #FCD057

Tints of Kournikova #FCD057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.9%

R = 46.07%
G = 38.03%
B = 15.9%

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

#FCD057 (or 0xFCD057) is known color: Kournikova. HEX triplet: FC, D0 and 57. RGB value is (252,208,87). Sum of RGB (Red+Green+Blue) = 252+208+87=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 87 (34.38% from 255 or 15.90% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD057 is #032FA8. Grayscale: #CFCFCF. Windows color (decimal): -208809 or 5755132. OLE color: 5755132.

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

Color convert

RGB 252 208 87 -
CMYK 0 0.17 0.65 0.01
HSL 44º 0.96% 0.66% -
HSV(B) 44º 0.65% 0.99% -
XYZ 64.42 66.5 18.46 -
YUV 207.36 60.08 159.84 -
System Red Green Blue C M Y K H S L
Decimal 252 208 87 0 0.17 0.65 0.01 44 0.96 0.66
Hex FC D0 57 0 11 41 1 2C 60 42
Octal 374 320 127 0 21 101 1 54 140 102
Binary 11111100 11010000 1010111 0 10001 1000001 1 101100 1100000 1000010

Color Harmonies of #FCD057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD057

Black with #FCD057

Text Example


Text Example

White with #FCD057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD057; }

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

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

background-color css

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

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

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

border-color css

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

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

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