Html Css Color HEX #FDE345 Paris Daisy

📋 copy color: '#FDE345'

red 253 ◦ green 227 ◦ blue 69

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

Shades of Paris Daisy #FDE345

Tints of Paris Daisy #FDE345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.57%

R = 46.08%
G = 41.35%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDE345 (or 0xFDE345) is known color: Paris Daisy. HEX triplet: FD, E3 and 45. RGB value is (253,227,69). Sum of RGB (Red+Green+Blue) = 253+227+69=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE345 is #021CBA. Grayscale: #D9D9D9. Windows color (decimal): -138427 or 4580349. OLE color: 4580349.

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

Color convert

RGB 253 227 69 -
CMYK 0 0.10 0.73 0.01
HSL 51.52º 0.98% 0.63% -
HSV(B) 51.52º 0.73% 0.99% -
XYZ 69.05 76.25 16.71 -
YUV 216.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 253 227 69 0 0.10 0.73 0.01 51.52 0.98 0.63
Hex FD E3 45 0 A 49 1 34 62 3F
Octal 375 343 105 0 12 111 1 64 142 77
Binary 11111101 11100011 1000101 0 1010 1001001 1 110100 1100010 111111

Color Harmonies of #FDE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE345

Black with #FDE345

Text Example


Text Example

White with #FDE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE345; }

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

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

background-color css

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

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

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

border-color css

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

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

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