Html Css Color HEX #FDE546 Paris Daisy

📋 copy color: '#FDE546'

red 253 ◦ green 229 ◦ blue 70

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

Shades of Paris Daisy #FDE546

Tints of Paris Daisy #FDE546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.68%

R = 45.83%
G = 41.49%
B = 12.68%

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

#FDE546 (or 0xFDE546) is known color: Paris Daisy. HEX triplet: FD, E5 and 46. RGB value is (253,229,70). Sum of RGB (Red+Green+Blue) = 253+229+70=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 70 (27.73% from 255 or 12.68% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE546 is #021AB9. Grayscale: #DADADA. Windows color (decimal): -137914 or 4646397. OLE color: 4646397.

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

Color convert

RGB 253 229 70 -
CMYK 0 0.09 0.72 0.01
HSL 52.13º 0.98% 0.63% -
HSV(B) 52.13º 0.72% 0.99% -
XYZ 69.63 77.36 17.06 -
YUV 218.05 44.45 152.93 -
System Red Green Blue C M Y K H S L
Decimal 253 229 70 0 0.09 0.72 0.01 52.13 0.98 0.63
Hex FD E5 46 0 9 48 1 34 62 3F
Octal 375 345 106 0 11 110 1 64 142 77
Binary 11111101 11100101 1000110 0 1001 1001000 1 110100 1100010 111111

Color Harmonies of #FDE546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE546

Black with #FDE546

Text Example


Text Example

White with #FDE546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE546; }

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

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

background-color css

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

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

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

border-color css

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

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

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