Html Css Color HEX #FCD349 Kournikova

📋 copy color: '#FCD349'

red 252 ◦ green 211 ◦ blue 73

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

Shades of Kournikova #FCD349

Tints of Kournikova #FCD349

RGB

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

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

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

R = 47.01%
G = 39.37%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD349 (or 0xFCD349) is known color: Kournikova. HEX triplet: FC, D3 and 49. RGB value is (252,211,73). Sum of RGB (Red+Green+Blue) = 252+211+73=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD349 is #032CB6. Grayscale: #D0D0D0. Windows color (decimal): -208055 or 4838396. OLE color: 4838396.

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

Color convert

RGB 252 211 73 -
CMYK 0 0.16 0.71 0.01
HSL 46.26º 0.97% 0.64% -
HSV(B) 46.26º 0.71% 0.99% -
XYZ 64.64 67.77 15.98 -
YUV 207.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 252 211 73 0 0.16 0.71 0.01 46.26 0.97 0.64
Hex FC D3 49 0 10 47 1 2E 61 40
Octal 374 323 111 0 20 107 1 56 141 100
Binary 11111100 11010011 1001001 0 10000 1000111 1 101110 1100001 1000000

Color Harmonies of #FCD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD349

Black with #FCD349

Text Example


Text Example

White with #FCD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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