Html Css Color HEX #FDE945 Paris Daisy

📋 copy color: '#FDE945'

red 253 ◦ green 233 ◦ blue 69

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

Shades of Paris Daisy #FDE945

Tints of Paris Daisy #FDE945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.98%

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

R = 45.59%
G = 41.98%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDE945 (or 0xFDE945) is known color: Paris Daisy. HEX triplet: FD, E9 and 45. RGB value is (253,233,69). Sum of RGB (Red+Green+Blue) = 253+233+69=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 69 (27.34% from 255 or 12.43% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE945 is #0216BA. Grayscale: #DCDCDC. Windows color (decimal): -136891 or 4581885. OLE color: 4581885.

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

Color convert

RGB 253 233 69 -
CMYK 0 0.08 0.73 0.01
HSL 53.48º 0.98% 0.63% -
HSV(B) 53.48º 0.73% 0.99% -
XYZ 70.72 79.59 17.27 -
YUV 220.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 253 233 69 0 0.08 0.73 0.01 53.48 0.98 0.63
Hex FD E9 45 0 8 49 1 35 62 3F
Octal 375 351 105 0 10 111 1 65 142 77
Binary 11111101 11101001 1000101 0 1000 1001001 1 110101 1100010 111111

Color Harmonies of #FDE945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE945

Black with #FDE945

Text Example


Text Example

White with #FDE945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE945; }

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

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

background-color css

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

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

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

border-color css

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

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

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