Html Css Color HEX #FDE048 Paris Daisy

📋 copy color: '#FDE048'

red 253 ◦ green 224 ◦ blue 72

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

Shades of Paris Daisy #FDE048

Tints of Paris Daisy #FDE048

RGB

 RED value IS 253 (99.22% from 255) = 46.08%

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 46.08%
G = 40.8%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDE048 (or 0xFDE048) is known color: Paris Daisy. HEX triplet: FD, E0 and 48. RGB value is (253,224,72). Sum of RGB (Red+Green+Blue) = 253+224+72=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE048 is #021FB7. Grayscale: #D7D7D7. Windows color (decimal): -139192 or 4776189. OLE color: 4776189.

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

Color convert

RGB 253 224 72 -
CMYK 0 0.11 0.72 0.01
HSL 50.39º 0.98% 0.64% -
HSV(B) 50.39º 0.72% 0.99% -
XYZ 68.33 74.66 16.94 -
YUV 215.34 47.11 154.86 -
System Red Green Blue C M Y K H S L
Decimal 253 224 72 0 0.11 0.72 0.01 50.39 0.98 0.64
Hex FD E0 48 0 B 48 1 32 62 40
Octal 375 340 110 0 13 110 1 62 142 100
Binary 11111101 11100000 1001000 0 1011 1001000 1 110010 1100010 1000000

Color Harmonies of #FDE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE048

Black with #FDE048

Text Example


Text Example

White with #FDE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE048; }

 p { color: rgb(253,224,72); }

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

background-color css

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

 a { background-color: rgb(253,224,72); }

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

border-color css

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

 span { border-color: rgb(253,224,72); }

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