Html Css Color HEX #FDF04F Paris Daisy

📋 copy color: '#FDF04F'

red 253 ◦ green 240 ◦ blue 79

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

Shades of Paris Daisy #FDF04F

Tints of Paris Daisy #FDF04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.81%

R = 44.23%
G = 41.96%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDF04F (or 0xFDF04F) is known color: Paris Daisy. HEX triplet: FD, F0 and 4F. RGB value is (253,240,79). Sum of RGB (Red+Green+Blue) = 253+240+79=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 79 (31.25% from 255 or 13.81% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF04F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF04F is #020FB0. Grayscale: #E2E2E2. Windows color (decimal): -135089 or 5239037. OLE color: 5239037.

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

Color convert

RGB 253 240 79 -
CMYK 0 0.05 0.69 0.01
HSL 55.52º 0.98% 0.65% -
HSV(B) 55.52º 0.69% 0.99% -
XYZ 73.08 83.77 19.71 -
YUV 225.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 253 240 79 0 0.05 0.69 0.01 55.52 0.98 0.65
Hex FD F0 4F 0 5 45 1 38 62 41
Octal 375 360 117 0 5 105 1 70 142 101
Binary 11111101 11110000 1001111 0 101 1000101 1 111000 1100010 1000001

Color Harmonies of #FDF04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF04F

Black with #FDF04F

Text Example


Text Example

White with #FDF04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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