Html Css Color HEX #FDF045 Paris Daisy

📋 copy color: '#FDF045'

red 253 ◦ green 240 ◦ blue 69

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

Shades of Paris Daisy #FDF045

Tints of Paris Daisy #FDF045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.28%

R = 45.02%
G = 42.7%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDF045 (or 0xFDF045) is known color: Paris Daisy. HEX triplet: FD, F0 and 45. RGB value is (253,240,69). Sum of RGB (Red+Green+Blue) = 253+240+69=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 69 (27.34% from 255 or 12.28% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF045 is #020FBA. Grayscale: #E1E1E1. Windows color (decimal): -135099 or 4583677. OLE color: 4583677.

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

Color convert

RGB 253 240 69 -
CMYK 0 0.05 0.73 0.01
HSL 55.76º 0.98% 0.63% -
HSV(B) 55.76º 0.73% 0.99% -
XYZ 72.74 83.63 17.94 -
YUV 224.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 253 240 69 0 0.05 0.73 0.01 55.76 0.98 0.63
Hex FD F0 45 0 5 49 1 38 62 3F
Octal 375 360 105 0 5 111 1 70 142 77
Binary 11111101 11110000 1000101 0 101 1001001 1 111000 1100010 111111

Color Harmonies of #FDF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF045

Black with #FDF045

Text Example


Text Example

White with #FDF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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