Html Css Color HEX #FCD046 Kournikova

📋 copy color: '#FCD046'

red 252 ◦ green 208 ◦ blue 70

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

Shades of Kournikova #FCD046

Tints of Kournikova #FCD046

RGB

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

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

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

R = 47.55%
G = 39.25%
B = 13.21%

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

#FCD046 (or 0xFCD046) is known color: Kournikova. HEX triplet: FC, D0 and 46. RGB value is (252,208,70). Sum of RGB (Red+Green+Blue) = 252+208+70=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 70 (27.73% from 255 or 13.21% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD046 is #032FB9. Grayscale: #CECECE. Windows color (decimal): -208826 or 4641020. OLE color: 4641020.

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

Color convert

RGB 252 208 70 -
CMYK 0 0.17 0.72 0.01
HSL 45.49º 0.97% 0.63% -
HSV(B) 45.49º 0.72% 0.99% -
XYZ 63.81 66.25 15.22 -
YUV 205.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 252 208 70 0 0.17 0.72 0.01 45.49 0.97 0.63
Hex FC D0 46 0 11 48 1 2D 61 3F
Octal 374 320 106 0 21 110 1 55 141 77
Binary 11111100 11010000 1000110 0 10001 1001000 1 101101 1100001 111111

Color Harmonies of #FCD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD046

Black with #FCD046

Text Example


Text Example

White with #FCD046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD046; }

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

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

background-color css

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

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

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

border-color css

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

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

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