Html Css Color HEX #FDE049 Paris Daisy

📋 copy color: '#FDE049'

red 253 ◦ green 224 ◦ blue 73

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

Shades of Paris Daisy #FDE049

Tints of Paris Daisy #FDE049

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

 BLUE value IS 73 (28.91% from 255) = 13.27%

R = 46%
G = 40.73%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDE049 (or 0xFDE049) is known color: Paris Daisy. HEX triplet: FD, E0 and 49. RGB value is (253,224,73). Sum of RGB (Red+Green+Blue) = 253+224+73=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 73 (28.91% from 255 or 13.27% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE049 is #021FB6. Grayscale: #D8D8D8. Windows color (decimal): -139191 or 4841725. OLE color: 4841725.

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

Color convert

RGB 253 224 73 -
CMYK 0 0.11 0.71 0.01
HSL 50.33º 0.98% 0.64% -
HSV(B) 50.33º 0.71% 0.99% -
XYZ 68.37 74.68 17.11 -
YUV 215.46 47.61 154.78 -
System Red Green Blue C M Y K H S L
Decimal 253 224 73 0 0.11 0.71 0.01 50.33 0.98 0.64
Hex FD E0 49 0 B 47 1 32 62 40
Octal 375 340 111 0 13 107 1 62 142 100
Binary 11111101 11100000 1001001 0 1011 1000111 1 110010 1100010 1000000

Color Harmonies of #FDE049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE049

Black with #FDE049

Text Example


Text Example

White with #FDE049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE049; }

 p { color: rgb(253,224,73); }

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

background-color css

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

 a { background-color: rgb(253,224,73); }

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

border-color css

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

 span { border-color: rgb(253,224,73); }

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