Html Css Color HEX #FDF53F Paris Daisy

📋 copy color: '#FDF53F'

red 253 ◦ green 245 ◦ blue 63

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

Shades of Paris Daisy #FDF53F

Tints of Paris Daisy #FDF53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.23%

R = 45.1%
G = 43.67%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDF53F (or 0xFDF53F) is known color: Paris Daisy. HEX triplet: FD, F5 and 3F. RGB value is (253,245,63). Sum of RGB (Red+Green+Blue) = 253+245+63=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 63 (25% from 255 or 11.23% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF53F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF53F is #020AC0. Grayscale: #E3E3E3. Windows color (decimal): -133825 or 4191741. OLE color: 4191741.

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

Color convert

RGB 253 245 63 -
CMYK 0 0.03 0.75 0.01
HSL 57.47º 0.98% 0.62% -
HSV(B) 57.47º 0.75% 0.99% -
XYZ 74.06 86.55 17.5 -
YUV 226.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 253 245 63 0 0.03 0.75 0.01 57.47 0.98 0.62
Hex FD F5 3F 0 3 4B 1 39 62 3E
Octal 375 365 77 0 3 113 1 71 142 76
Binary 11111101 11110101 111111 0 11 1001011 1 111001 1100010 111110

Color Harmonies of #FDF53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF53F

Black with #FDF53F

Text Example


Text Example

White with #FDF53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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