Html Css Color HEX #FCD350 Kournikova

📋 copy color: '#FCD350'

red 252 ◦ green 211 ◦ blue 80

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

Shades of Kournikova #FCD350

Tints of Kournikova #FCD350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.73%

R = 46.41%
G = 38.86%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCD350 (or 0xFCD350) is known color: Kournikova. HEX triplet: FC, D3 and 50. RGB value is (252,211,80). Sum of RGB (Red+Green+Blue) = 252+211+80=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD350 is #032CAF. Grayscale: #D0D0D0. Windows color (decimal): -208048 or 5297148. OLE color: 5297148.

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

Color convert

RGB 252 211 80 -
CMYK 0 0.16 0.68 0.01
HSL 45.7º 0.97% 0.65% -
HSV(B) 45.7º 0.68% 0.99% -
XYZ 64.89 67.86 17.27 -
YUV 208.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 252 211 80 0 0.16 0.68 0.01 45.7 0.97 0.65
Hex FC D3 50 0 10 44 1 2E 61 41
Octal 374 323 120 0 20 104 1 56 141 101
Binary 11111100 11010011 1010000 0 10000 1000100 1 101110 1100001 1000001

Color Harmonies of #FCD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD350

Black with #FCD350

Text Example


Text Example

White with #FCD350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD350; }

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

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

background-color css

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

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

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

border-color css

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

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

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