Html Css Color HEX #FDF040 Paris Daisy

📋 copy color: '#FDF040'

red 253 ◦ green 240 ◦ blue 64

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

Shades of Paris Daisy #FDF040

Tints of Paris Daisy #FDF040

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

 BLUE value IS 64 (25.39% from 255) = 11.49%

R = 45.42%
G = 43.09%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDF040 (or 0xFDF040) is known color: Paris Daisy. HEX triplet: FD, F0 and 40. RGB value is (253,240,64). Sum of RGB (Red+Green+Blue) = 253+240+64=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 64 (25.39% from 255 or 11.49% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF040 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF040 is #020FBF. Grayscale: #E0E0E0. Windows color (decimal): -135104 or 4255997. OLE color: 4255997.

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

Color convert

RGB 253 240 64 -
CMYK 0 0.05 0.75 0.01
HSL 55.87º 0.98% 0.62% -
HSV(B) 55.87º 0.75% 0.99% -
XYZ 72.59 83.57 17.16 -
YUV 223.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 253 240 64 0 0.05 0.75 0.01 55.87 0.98 0.62
Hex FD F0 40 0 5 4B 1 38 62 3E
Octal 375 360 100 0 5 113 1 70 142 76
Binary 11111101 11110000 1000000 0 101 1001011 1 111000 1100010 111110

Color Harmonies of #FDF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF040

Black with #FDF040

Text Example


Text Example

White with #FDF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF040; }

 p { color: rgb(253,240,64); }

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

background-color css

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

 a { background-color: rgb(253,240,64); }

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

border-color css

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

 span { border-color: rgb(253,240,64); }

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