Html Css Color HEX #FDE550 Paris Daisy

📋 copy color: '#FDE550'

red 253 ◦ green 229 ◦ blue 80

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

Shades of Paris Daisy #FDE550

Tints of Paris Daisy #FDE550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.23%

R = 45.02%
G = 40.75%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDE550 (or 0xFDE550) is known color: Paris Daisy. HEX triplet: FD, E5 and 50. RGB value is (253,229,80). Sum of RGB (Red+Green+Blue) = 253+229+80=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 80 (31.64% from 255 or 14.23% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE550 is #021AAF. Grayscale: #DBDBDB. Windows color (decimal): -137904 or 5301757. OLE color: 5301757.

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

Color convert

RGB 253 229 80 -
CMYK 0 0.09 0.68 0.01
HSL 51.68º 0.98% 0.65% -
HSV(B) 51.68º 0.68% 0.99% -
XYZ 69.98 77.5 18.86 -
YUV 219.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 253 229 80 0 0.09 0.68 0.01 51.68 0.98 0.65
Hex FD E5 50 0 9 44 1 34 62 41
Octal 375 345 120 0 11 104 1 64 142 101
Binary 11111101 11100101 1010000 0 1001 1000100 1 110100 1100010 1000001

Color Harmonies of #FDE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE550

Black with #FDE550

Text Example


Text Example

White with #FDE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE550; }

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

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

background-color css

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

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

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

border-color css

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

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

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