Html Css Color HEX #FDE047 Paris Daisy

📋 copy color: '#FDE047'

red 253 ◦ green 224 ◦ blue 71

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

Shades of Paris Daisy #FDE047

Tints of Paris Daisy #FDE047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.96%

R = 46.17%
G = 40.88%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDE047 (or 0xFDE047) is known color: Paris Daisy. HEX triplet: FD, E0 and 47. RGB value is (253,224,71). Sum of RGB (Red+Green+Blue) = 253+224+71=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 71 (28.12% from 255 or 12.96% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE047 is #021FB8. Grayscale: #D7D7D7. Windows color (decimal): -139193 or 4710653. OLE color: 4710653.

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

Color convert

RGB 253 224 71 -
CMYK 0 0.11 0.72 0.01
HSL 50.44º 0.98% 0.64% -
HSV(B) 50.44º 0.72% 0.99% -
XYZ 68.3 74.65 16.77 -
YUV 215.23 46.61 154.94 -
System Red Green Blue C M Y K H S L
Decimal 253 224 71 0 0.11 0.72 0.01 50.44 0.98 0.64
Hex FD E0 47 0 B 48 1 32 62 40
Octal 375 340 107 0 13 110 1 62 142 100
Binary 11111101 11100000 1000111 0 1011 1001000 1 110010 1100010 1000000

Color Harmonies of #FDE047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE047

Black with #FDE047

Text Example


Text Example

White with #FDE047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE047; }

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

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

background-color css

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

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

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

border-color css

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

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

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