Html Css Color HEX #FDF050 Paris Daisy

📋 copy color: '#FDF050'

red 253 ◦ green 240 ◦ blue 80

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

Shades of Paris Daisy #FDF050

Tints of Paris Daisy #FDF050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.96%

R = 44.15%
G = 41.88%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDF050 (or 0xFDF050) is known color: Paris Daisy. HEX triplet: FD, F0 and 50. RGB value is (253,240,80). Sum of RGB (Red+Green+Blue) = 253+240+80=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 80 (31.64% from 255 or 13.96% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF050 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF050 is #020FAF. Grayscale: #E2E2E2. Windows color (decimal): -135088 or 5304573. OLE color: 5304573.

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

Color convert

RGB 253 240 80 -
CMYK 0 0.05 0.68 0.01
HSL 55.49º 0.98% 0.65% -
HSV(B) 55.49º 0.68% 0.99% -
XYZ 73.12 83.78 19.91 -
YUV 225.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 253 240 80 0 0.05 0.68 0.01 55.49 0.98 0.65
Hex FD F0 50 0 5 44 1 37 62 41
Octal 375 360 120 0 5 104 1 67 142 101
Binary 11111101 11110000 1010000 0 101 1000100 1 110111 1100010 1000001

Color Harmonies of #FDF050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF050

Black with #FDF050

Text Example


Text Example

White with #FDF050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF050; }

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

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

background-color css

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

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

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

border-color css

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

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

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