Html Css Color HEX #FDE955 Paris Daisy

📋 copy color: '#FDE955'

red 253 ◦ green 233 ◦ blue 85

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

Shades of Paris Daisy #FDE955

Tints of Paris Daisy #FDE955

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.81%

 BLUE value IS 85 (33.59% from 255) = 14.89%

R = 44.31%
G = 40.81%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDE955 (or 0xFDE955) is known color: Paris Daisy. HEX triplet: FD, E9 and 55. RGB value is (253,233,85). Sum of RGB (Red+Green+Blue) = 253+233+85=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 85 (33.59% from 255 or 14.89% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE955 is #0216AA. Grayscale: #DEDEDE. Windows color (decimal): -136875 or 5630461. OLE color: 5630461.

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

Color convert

RGB 253 233 85 -
CMYK 0 0.08 0.66 0.01
HSL 52.86º 0.98% 0.66% -
HSV(B) 52.86º 0.66% 0.99% -
XYZ 71.29 79.82 20.24 -
YUV 222.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 253 233 85 0 0.08 0.66 0.01 52.86 0.98 0.66
Hex FD E9 55 0 8 42 1 35 62 42
Octal 375 351 125 0 10 102 1 65 142 102
Binary 11111101 11101001 1010101 0 1000 1000010 1 110101 1100010 1000010

Color Harmonies of #FDE955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE955

Black with #FDE955

Text Example


Text Example

White with #FDE955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE955; }

 p { color: rgb(253,233,85); }

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

background-color css

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

 a { background-color: rgb(253,233,85); }

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

border-color css

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

 span { border-color: rgb(253,233,85); }

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