Html Css Color HEX #FCD346 Kournikova

📋 copy color: '#FCD346'

red 252 ◦ green 211 ◦ blue 70

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

Shades of Kournikova #FCD346

Tints of Kournikova #FCD346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.13%

R = 47.28%
G = 39.59%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCD346 (or 0xFCD346) is known color: Kournikova. HEX triplet: FC, D3 and 46. RGB value is (252,211,70). Sum of RGB (Red+Green+Blue) = 252+211+70=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 70 (27.73% from 255 or 13.13% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD346 is #032CB9. Grayscale: #CFCFCF. Windows color (decimal): -208058 or 4641788. OLE color: 4641788.

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

Color convert

RGB 252 211 70 -
CMYK 0 0.16 0.72 0.01
HSL 46.48º 0.97% 0.63% -
HSV(B) 46.48º 0.72% 0.99% -
XYZ 64.54 67.73 15.46 -
YUV 207.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 252 211 70 0 0.16 0.72 0.01 46.48 0.97 0.63
Hex FC D3 46 0 10 48 1 2E 61 3F
Octal 374 323 106 0 20 110 1 56 141 77
Binary 11111100 11010011 1000110 0 10000 1001000 1 101110 1100001 111111

Color Harmonies of #FCD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD346

Black with #FCD346

Text Example


Text Example

White with #FCD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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