Html Css Color HEX #FDE545 Paris Daisy

📋 copy color: '#FDE545'

red 253 ◦ green 229 ◦ blue 69

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

Shades of Paris Daisy #FDE545

Tints of Paris Daisy #FDE545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.52%

R = 45.92%
G = 41.56%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDE545 (or 0xFDE545) is known color: Paris Daisy. HEX triplet: FD, E5 and 45. RGB value is (253,229,69). Sum of RGB (Red+Green+Blue) = 253+229+69=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE545 is #021ABA. Grayscale: #DADADA. Windows color (decimal): -137915 or 4580861. OLE color: 4580861.

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

Color convert

RGB 253 229 69 -
CMYK 0 0.09 0.73 0.01
HSL 52.17º 0.98% 0.63% -
HSV(B) 52.17º 0.73% 0.99% -
XYZ 69.6 77.35 16.89 -
YUV 217.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 253 229 69 0 0.09 0.73 0.01 52.17 0.98 0.63
Hex FD E5 45 0 9 49 1 34 62 3F
Octal 375 345 105 0 11 111 1 64 142 77
Binary 11111101 11100101 1000101 0 1001 1001001 1 110100 1100010 111111

Color Harmonies of #FDE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE545

Black with #FDE545

Text Example


Text Example

White with #FDE545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE545; }

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

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

background-color css

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

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

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

border-color css

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

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

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