Html Css Color HEX #FDE448 Paris Daisy

📋 copy color: '#FDE448'

red 253 ◦ green 228 ◦ blue 72

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

Shades of Paris Daisy #FDE448

Tints of Paris Daisy #FDE448

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.23%

 BLUE value IS 72 (28.52% from 255) = 13.02%

R = 45.75%
G = 41.23%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDE448 (or 0xFDE448) is known color: Paris Daisy. HEX triplet: FD, E4 and 48. RGB value is (253,228,72). Sum of RGB (Red+Green+Blue) = 253+228+72=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 72 (28.52% from 255 or 13.02% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE448 is #021BB7. Grayscale: #DADADA. Windows color (decimal): -138168 or 4777213. OLE color: 4777213.

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

Color convert

RGB 253 228 72 -
CMYK 0 0.10 0.72 0.01
HSL 51.71º 0.98% 0.64% -
HSV(B) 51.71º 0.72% 0.99% -
XYZ 69.42 76.84 17.3 -
YUV 217.69 45.78 153.18 -
System Red Green Blue C M Y K H S L
Decimal 253 228 72 0 0.10 0.72 0.01 51.71 0.98 0.64
Hex FD E4 48 0 A 48 1 34 62 40
Octal 375 344 110 0 12 110 1 64 142 100
Binary 11111101 11100100 1001000 0 1010 1001000 1 110100 1100010 1000000

Color Harmonies of #FDE448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE448

Black with #FDE448

Text Example


Text Example

White with #FDE448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE448; }

 p { color: rgb(253,228,72); }

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

background-color css

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

 a { background-color: rgb(253,228,72); }

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

border-color css

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

 span { border-color: rgb(253,228,72); }

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