Html Css Color HEX #FDE548 Paris Daisy

📋 copy color: '#FDE548'

red 253 ◦ green 229 ◦ blue 72

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

Shades of Paris Daisy #FDE548

Tints of Paris Daisy #FDE548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.34%

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

R = 45.67%
G = 41.34%
B = 13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDE548 (or 0xFDE548) is known color: Paris Daisy. HEX triplet: FD, E5 and 48. RGB value is (253,229,72). Sum of RGB (Red+Green+Blue) = 253+229+72=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE548 is #021AB7. Grayscale: #DADADA. Windows color (decimal): -137912 or 4777469. OLE color: 4777469.

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

Color convert

RGB 253 229 72 -
CMYK 0 0.09 0.72 0.01
HSL 52.04º 0.98% 0.64% -
HSV(B) 52.04º 0.72% 0.99% -
XYZ 69.7 77.39 17.4 -
YUV 218.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 253 229 72 0 0.09 0.72 0.01 52.04 0.98 0.64
Hex FD E5 48 0 9 48 1 34 62 40
Octal 375 345 110 0 11 110 1 64 142 100
Binary 11111101 11100101 1001000 0 1001 1001000 1 110100 1100010 1000000

Color Harmonies of #FDE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE548

Black with #FDE548

Text Example


Text Example

White with #FDE548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE548; }

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

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

background-color css

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

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

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

border-color css

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

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

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