Html Css Color HEX #FDF554 Paris Daisy

📋 copy color: '#FDF554'

red 253 ◦ green 245 ◦ blue 84

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

Shades of Paris Daisy #FDF554

Tints of Paris Daisy #FDF554

RGB

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

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

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

R = 43.47%
G = 42.1%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDF554 (or 0xFDF554) is known color: Paris Daisy. HEX triplet: FD, F5 and 54. RGB value is (253,245,84). Sum of RGB (Red+Green+Blue) = 253+245+84=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 84 (33.20% from 255 or 14.43% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF554 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF554 is #020AAB. Grayscale: #E5E5E5. Windows color (decimal): -133804 or 5567997. OLE color: 5567997.

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

Color convert

RGB 253 245 84 -
CMYK 0 0.03 0.67 0.01
HSL 57.16º 0.98% 0.66% -
HSV(B) 57.16º 0.67% 0.99% -
XYZ 74.76 86.83 21.21 -
YUV 229.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 253 245 84 0 0.03 0.67 0.01 57.16 0.98 0.66
Hex FD F5 54 0 3 43 1 39 62 42
Octal 375 365 124 0 3 103 1 71 142 102
Binary 11111101 11110101 1010100 0 11 1000011 1 111001 1100010 1000010

Color Harmonies of #FDF554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF554

Black with #FDF554

Text Example


Text Example

White with #FDF554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF554; }

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

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

background-color css

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

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

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

border-color css

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

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

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