Html Css Color HEX #FCD048 Kournikova

📋 copy color: '#FCD048'

red 252 ◦ green 208 ◦ blue 72

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

Shades of Kournikova #FCD048

Tints of Kournikova #FCD048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.53%

R = 47.37%
G = 39.1%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD048 (or 0xFCD048) is known color: Kournikova. HEX triplet: FC, D0 and 48. RGB value is (252,208,72). Sum of RGB (Red+Green+Blue) = 252+208+72=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD048 is #032FB7. Grayscale: #CECECE. Windows color (decimal): -208824 or 4772092. OLE color: 4772092.

HSL color Cylindrical-coordinate representation of color #FCD048: hue angle of 45.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCD048 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 72 -
CMYK 0 0.17 0.71 0.01
HSL 45.33º 0.97% 0.64% -
HSV(B) 45.33º 0.71% 0.99% -
XYZ 63.87 66.28 15.56 -
YUV 205.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 252 208 72 0 0.17 0.71 0.01 45.33 0.97 0.64
Hex FC D0 48 0 11 47 1 2D 61 40
Octal 374 320 110 0 21 107 1 55 141 100
Binary 11111100 11010000 1001000 0 10001 1000111 1 101101 1100001 1000000

Color Harmonies of #FCD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD048

Black with #FCD048

Text Example


Text Example

White with #FCD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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