Html Css Color HEX #FCD049 Kournikova

📋 copy color: '#FCD049'

red 252 ◦ green 208 ◦ blue 73

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

Shades of Kournikova #FCD049

Tints of Kournikova #FCD049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.7%

R = 47.28%
G = 39.02%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD049 (or 0xFCD049) is known color: Kournikova. HEX triplet: FC, D0 and 49. RGB value is (252,208,73). Sum of RGB (Red+Green+Blue) = 252+208+73=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 73 (28.91% from 255 or 13.70% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD049 is #032FB6. Grayscale: #CECECE. Windows color (decimal): -208823 or 4837628. OLE color: 4837628.

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

Color convert

RGB 252 208 73 -
CMYK 0 0.17 0.71 0.01
HSL 45.25º 0.97% 0.64% -
HSV(B) 45.25º 0.71% 0.99% -
XYZ 63.9 66.29 15.73 -
YUV 205.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 252 208 73 0 0.17 0.71 0.01 45.25 0.97 0.64
Hex FC D0 49 0 11 47 1 2D 61 40
Octal 374 320 111 0 21 107 1 55 141 100
Binary 11111100 11010000 1001001 0 10001 1000111 1 101101 1100001 1000000

Color Harmonies of #FCD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD049

Black with #FCD049

Text Example


Text Example

White with #FCD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD049; }

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

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

background-color css

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

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

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

border-color css

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

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

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