Html Css Color HEX #FCD047 Kournikova

📋 copy color: '#FCD047'

red 252 ◦ green 208 ◦ blue 71

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

Shades of Kournikova #FCD047

Tints of Kournikova #FCD047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.37%

R = 47.46%
G = 39.17%
B = 13.37%

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

#FCD047 (or 0xFCD047) is known color: Kournikova. HEX triplet: FC, D0 and 47. RGB value is (252,208,71). Sum of RGB (Red+Green+Blue) = 252+208+71=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD047 is #032FB8. Grayscale: #CECECE. Windows color (decimal): -208825 or 4706556. OLE color: 4706556.

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

Color convert

RGB 252 208 71 -
CMYK 0 0.17 0.72 0.01
HSL 45.41º 0.97% 0.63% -
HSV(B) 45.41º 0.72% 0.99% -
XYZ 63.84 66.26 15.39 -
YUV 205.54 52.08 161.14 -
System Red Green Blue C M Y K H S L
Decimal 252 208 71 0 0.17 0.72 0.01 45.41 0.97 0.63
Hex FC D0 47 0 11 48 1 2D 61 3F
Octal 374 320 107 0 21 110 1 55 141 77
Binary 11111100 11010000 1000111 0 10001 1001000 1 101101 1100001 111111

Color Harmonies of #FCD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD047

Black with #FCD047

Text Example


Text Example

White with #FCD047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD047; }

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

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

background-color css

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

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

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

border-color css

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

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

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