Html Css Color HEX #FCD247 Kournikova

📋 copy color: '#FCD247'

red 252 ◦ green 210 ◦ blue 71

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

Shades of Kournikova #FCD247

Tints of Kournikova #FCD247

RGB

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

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

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

R = 47.28%
G = 39.4%
B = 13.32%

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

#FCD247 (or 0xFCD247) is known color: Kournikova. HEX triplet: FC, D2 and 47. RGB value is (252,210,71). Sum of RGB (Red+Green+Blue) = 252+210+71=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD247 is #032DB8. Grayscale: #CFCFCF. Windows color (decimal): -208313 or 4707068. OLE color: 4707068.

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

Color convert

RGB 252 210 71 -
CMYK 0 0.17 0.72 0.01
HSL 46.08º 0.97% 0.63% -
HSV(B) 46.08º 0.72% 0.99% -
XYZ 64.33 67.24 15.55 -
YUV 206.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 252 210 71 0 0.17 0.72 0.01 46.08 0.97 0.63
Hex FC D2 47 0 11 48 1 2E 61 3F
Octal 374 322 107 0 21 110 1 56 141 77
Binary 11111100 11010010 1000111 0 10001 1001000 1 101110 1100001 111111

Color Harmonies of #FCD247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD247

Black with #FCD247

Text Example


Text Example

White with #FCD247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD247; }

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

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

background-color css

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

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

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

border-color css

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

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

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