Html Css Color HEX #FDF555 Paris Daisy

📋 copy color: '#FDF555'

red 253 ◦ green 245 ◦ blue 85

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

Shades of Paris Daisy #FDF555

Tints of Paris Daisy #FDF555

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.02%

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

R = 43.4%
G = 42.02%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDF555 (or 0xFDF555) is known color: Paris Daisy. HEX triplet: FD, F5 and 55. RGB value is (253,245,85). Sum of RGB (Red+Green+Blue) = 253+245+85=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 85 (33.59% from 255 or 14.58% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF555 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF555 is #020AAA. Grayscale: #E5E5E5. Windows color (decimal): -133803 or 5633533. OLE color: 5633533.

HSL color Cylindrical-coordinate representation of color #FDF555: hue angle of 57.14º 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 #FDF555 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 85 -
CMYK 0 0.03 0.66 0.01
HSL 57.14º 0.98% 0.66% -
HSV(B) 57.14º 0.66% 0.99% -
XYZ 74.8 86.84 21.41 -
YUV 229.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 253 245 85 0 0.03 0.66 0.01 57.14 0.98 0.66
Hex FD F5 55 0 3 42 1 39 62 42
Octal 375 365 125 0 3 102 1 71 142 102
Binary 11111101 11110101 1010101 0 11 1000010 1 111001 1100010 1000010

Color Harmonies of #FDF555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF555

Black with #FDF555

Text Example


Text Example

White with #FDF555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF555; }

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

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

background-color css

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

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

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

border-color css

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

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

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