Html Css Color HEX #FDF04E Paris Daisy

📋 copy color: '#FDF04E'

red 253 ◦ green 240 ◦ blue 78

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

Shades of Paris Daisy #FDF04E

Tints of Paris Daisy #FDF04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.66%

R = 44.31%
G = 42.03%
B = 13.66%

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

#FDF04E (or 0xFDF04E) is known color: Paris Daisy. HEX triplet: FD, F0 and 4E. RGB value is (253,240,78). Sum of RGB (Red+Green+Blue) = 253+240+78=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 78 (30.86% from 255 or 13.66% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF04E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF04E is #020FB1. Grayscale: #E2E2E2. Windows color (decimal): -135090 or 5173501. OLE color: 5173501.

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

Color convert

RGB 253 240 78 -
CMYK 0 0.05 0.69 0.01
HSL 55.54º 0.98% 0.65% -
HSV(B) 55.54º 0.69% 0.99% -
XYZ 73.04 83.75 19.52 -
YUV 225.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 253 240 78 0 0.05 0.69 0.01 55.54 0.98 0.65
Hex FD F0 4E 0 5 45 1 38 62 41
Octal 375 360 116 0 5 105 1 70 142 101
Binary 11111101 11110000 1001110 0 101 1000101 1 111000 1100010 1000001

Color Harmonies of #FDF04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF04E

Black with #FDF04E

Text Example


Text Example

White with #FDF04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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