Html Css Color HEX #FCD246 Kournikova

📋 copy color: '#FCD246'

red 252 ◦ green 210 ◦ blue 70

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

Shades of Kournikova #FCD246

Tints of Kournikova #FCD246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.47%

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

R = 47.37%
G = 39.47%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FCD246 (or 0xFCD246) is known color: Kournikova. HEX triplet: FC, D2 and 46. RGB value is (252,210,70). Sum of RGB (Red+Green+Blue) = 252+210+70=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD246 is #032DB9. Grayscale: #CFCFCF. Windows color (decimal): -208314 or 4641532. OLE color: 4641532.

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

Color convert

RGB 252 210 70 -
CMYK 0 0.17 0.72 0.01
HSL 46.15º 0.97% 0.63% -
HSV(B) 46.15º 0.72% 0.99% -
XYZ 64.3 67.23 15.38 -
YUV 206.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 252 210 70 0 0.17 0.72 0.01 46.15 0.97 0.63
Hex FC D2 46 0 11 48 1 2E 61 3F
Octal 374 322 106 0 21 110 1 56 141 77
Binary 11111100 11010010 1000110 0 10001 1001000 1 101110 1100001 111111

Color Harmonies of #FCD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD246

Black with #FCD246

Text Example


Text Example

White with #FCD246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD246; }

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

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

background-color css

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

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

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

border-color css

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

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

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