Html Css Color HEX #FDE552 Paris Daisy

📋 copy color: '#FDE552'

red 253 ◦ green 229 ◦ blue 82

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

Shades of Paris Daisy #FDE552

Tints of Paris Daisy #FDE552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.54%

R = 44.86%
G = 40.6%
B = 14.54%

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

#FDE552 (or 0xFDE552) is known color: Paris Daisy. HEX triplet: FD, E5 and 52. RGB value is (253,229,82). Sum of RGB (Red+Green+Blue) = 253+229+82=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 82 (32.42% from 255 or 14.54% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE552 is #021AAD. Grayscale: #DCDCDC. Windows color (decimal): -137902 or 5432829. OLE color: 5432829.

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

Color convert

RGB 253 229 82 -
CMYK 0 0.09 0.68 0.01
HSL 51.58º 0.98% 0.66% -
HSV(B) 51.58º 0.68% 0.99% -
XYZ 70.05 77.53 19.26 -
YUV 219.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 253 229 82 0 0.09 0.68 0.01 51.58 0.98 0.66
Hex FD E5 52 0 9 44 1 34 62 42
Octal 375 345 122 0 11 104 1 64 142 102
Binary 11111101 11100101 1010010 0 1001 1000100 1 110100 1100010 1000010

Color Harmonies of #FDE552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE552

Black with #FDE552

Text Example


Text Example

White with #FDE552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE552; }

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

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

background-color css

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

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

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

border-color css

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

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

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