Html Css Color HEX #FDF540 Paris Daisy

📋 copy color: '#FDF540'

red 253 ◦ green 245 ◦ blue 64

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

Shades of Paris Daisy #FDF540

Tints of Paris Daisy #FDF540

RGB

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

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

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

R = 45.02%
G = 43.59%
B = 11.39%

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

#FDF540 (or 0xFDF540) is known color: Paris Daisy. HEX triplet: FD, F5 and 40. RGB value is (253,245,64). Sum of RGB (Red+Green+Blue) = 253+245+64=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 64 (25.39% from 255 or 11.39% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF540 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF540 is #020ABF. Grayscale: #E3E3E3. Windows color (decimal): -133824 or 4257277. OLE color: 4257277.

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

Color convert

RGB 253 245 64 -
CMYK 0 0.03 0.75 0.01
HSL 57.46º 0.98% 0.62% -
HSV(B) 57.46º 0.75% 0.99% -
XYZ 74.09 86.56 17.65 -
YUV 226.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 253 245 64 0 0.03 0.75 0.01 57.46 0.98 0.62
Hex FD F5 40 0 3 4B 1 39 62 3E
Octal 375 365 100 0 3 113 1 71 142 76
Binary 11111101 11110101 1000000 0 11 1001011 1 111001 1100010 111110

Color Harmonies of #FDF540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF540

Black with #FDF540

Text Example


Text Example

White with #FDF540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF540; }

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

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

background-color css

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

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

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

border-color css

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

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

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