Html Css Color HEX #FDE354 Paris Daisy

📋 copy color: '#FDE354'

red 253 ◦ green 227 ◦ blue 84

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

Shades of Paris Daisy #FDE354

Tints of Paris Daisy #FDE354

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 84 (33.2% from 255) = 14.89%

R = 44.86%
G = 40.25%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDE354 (or 0xFDE354) is known color: Paris Daisy. HEX triplet: FD, E3 and 54. RGB value is (253,227,84). Sum of RGB (Red+Green+Blue) = 253+227+84=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 84 (33.20% from 255 or 14.89% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE354 is #021CAB. Grayscale: #DBDBDB. Windows color (decimal): -138412 or 5563389. OLE color: 5563389.

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

Color convert

RGB 253 227 84 -
CMYK 0 0.10 0.67 0.01
HSL 50.77º 0.98% 0.66% -
HSV(B) 50.77º 0.67% 0.99% -
XYZ 69.58 76.46 19.48 -
YUV 218.47 52.11 152.63 -
System Red Green Blue C M Y K H S L
Decimal 253 227 84 0 0.10 0.67 0.01 50.77 0.98 0.66
Hex FD E3 54 0 A 43 1 33 62 42
Octal 375 343 124 0 12 103 1 63 142 102
Binary 11111101 11100011 1010100 0 1010 1000011 1 110011 1100010 1000010

Color Harmonies of #FDE354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE354

Black with #FDE354

Text Example


Text Example

White with #FDE354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE354; }

 p { color: rgb(253,227,84); }

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

background-color css

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

 a { background-color: rgb(253,227,84); }

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

border-color css

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

 span { border-color: rgb(253,227,84); }

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