Html Css Color HEX #FCD050 Kournikova

📋 copy color: '#FCD050'

red 252 ◦ green 208 ◦ blue 80

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

Shades of Kournikova #FCD050

Tints of Kournikova #FCD050

RGB

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

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

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

R = 46.67%
G = 38.52%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCD050 (or 0xFCD050) is known color: Kournikova. HEX triplet: FC, D0 and 50. RGB value is (252,208,80). Sum of RGB (Red+Green+Blue) = 252+208+80=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD050 is #032FAF. Grayscale: #CFCFCF. Windows color (decimal): -208816 or 5296380. OLE color: 5296380.

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

Color convert

RGB 252 208 80 -
CMYK 0 0.17 0.68 0.01
HSL 44.65º 0.97% 0.65% -
HSV(B) 44.65º 0.68% 0.99% -
XYZ 64.15 66.39 17.02 -
YUV 206.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 252 208 80 0 0.17 0.68 0.01 44.65 0.97 0.65
Hex FC D0 50 0 11 44 1 2D 61 41
Octal 374 320 120 0 21 104 1 55 141 101
Binary 11111100 11010000 1010000 0 10001 1000100 1 101101 1100001 1000001

Color Harmonies of #FCD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD050

Black with #FCD050

Text Example


Text Example

White with #FCD050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD050; }

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

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

background-color css

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

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

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

border-color css

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

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

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