Html Css Color HEX #FCD146 Kournikova

📋 copy color: '#FCD146'

red 252 ◦ green 209 ◦ blue 70

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

Shades of Kournikova #FCD146

Tints of Kournikova #FCD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.36%

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

R = 47.46%
G = 39.36%
B = 13.18%

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

#FCD146 (or 0xFCD146) is known color: Kournikova. HEX triplet: FC, D1 and 46. RGB value is (252,209,70). Sum of RGB (Red+Green+Blue) = 252+209+70=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD146 is #032EB9. Grayscale: #CECECE. Windows color (decimal): -208570 or 4641276. OLE color: 4641276.

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

Color convert

RGB 252 209 70 -
CMYK 0 0.17 0.72 0.01
HSL 45.82º 0.97% 0.63% -
HSV(B) 45.82º 0.72% 0.99% -
XYZ 64.05 66.74 15.3 -
YUV 206.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 252 209 70 0 0.17 0.72 0.01 45.82 0.97 0.63
Hex FC D1 46 0 11 48 1 2E 61 3F
Octal 374 321 106 0 21 110 1 56 141 77
Binary 11111100 11010001 1000110 0 10001 1001000 1 101110 1100001 111111

Color Harmonies of #FCD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD146

Black with #FCD146

Text Example


Text Example

White with #FCD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD146; }

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

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

background-color css

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

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

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

border-color css

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

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

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