Html Css Color HEX #FDE348 Paris Daisy

📋 copy color: '#FDE348'

red 253 ◦ green 227 ◦ blue 72

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

Shades of Paris Daisy #FDE348

Tints of Paris Daisy #FDE348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.12%

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

R = 45.83%
G = 41.12%
B = 13.04%

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

#FDE348 (or 0xFDE348) is known color: Paris Daisy. HEX triplet: FD, E3 and 48. RGB value is (253,227,72). Sum of RGB (Red+Green+Blue) = 253+227+72=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE348 is #021CB7. Grayscale: #D9D9D9. Windows color (decimal): -138424 or 4776957. OLE color: 4776957.

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

Color convert

RGB 253 227 72 -
CMYK 0 0.10 0.72 0.01
HSL 51.38º 0.98% 0.64% -
HSV(B) 51.38º 0.72% 0.99% -
XYZ 69.15 76.29 17.21 -
YUV 217.1 46.11 153.6 -
System Red Green Blue C M Y K H S L
Decimal 253 227 72 0 0.10 0.72 0.01 51.38 0.98 0.64
Hex FD E3 48 0 A 48 1 33 62 40
Octal 375 343 110 0 12 110 1 63 142 100
Binary 11111101 11100011 1001000 0 1010 1001000 1 110011 1100010 1000000

Color Harmonies of #FDE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE348

Black with #FDE348

Text Example


Text Example

White with #FDE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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