Html Css Color HEX #FCD357 Kournikova

📋 copy color: '#FCD357'

red 252 ◦ green 211 ◦ blue 87

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

Shades of Kournikova #FCD357

Tints of Kournikova #FCD357

RGB

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

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

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

R = 45.82%
G = 38.36%
B = 15.82%

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

#FCD357 (or 0xFCD357) is known color: Kournikova. HEX triplet: FC, D3 and 57. RGB value is (252,211,87). Sum of RGB (Red+Green+Blue) = 252+211+87=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 87 (34.38% from 255 or 15.82% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD357 is #032CA8. Grayscale: #D1D1D1. Windows color (decimal): -208041 or 5755900. OLE color: 5755900.

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

Color convert

RGB 252 211 87 -
CMYK 0 0.16 0.65 0.01
HSL 45.09º 0.96% 0.66% -
HSV(B) 45.09º 0.65% 0.99% -
XYZ 65.16 67.97 18.7 -
YUV 209.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 252 211 87 0 0.16 0.65 0.01 45.09 0.96 0.66
Hex FC D3 57 0 10 41 1 2D 60 42
Octal 374 323 127 0 20 101 1 55 140 102
Binary 11111100 11010011 1010111 0 10000 1000001 1 101101 1100000 1000010

Color Harmonies of #FCD357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD357

Black with #FCD357

Text Example


Text Example

White with #FCD357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD357; }

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

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

background-color css

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

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

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

border-color css

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

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

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