Html Css Color HEX #FDED45 Paris Daisy

📋 copy color: '#FDED45'

red 253 ◦ green 237 ◦ blue 69

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

Shades of Paris Daisy #FDED45

Tints of Paris Daisy #FDED45

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.4%

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

R = 45.26%
G = 42.4%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDED45 (or 0xFDED45) is known color: Paris Daisy. HEX triplet: FD, ED and 45. RGB value is (253,237,69). Sum of RGB (Red+Green+Blue) = 253+237+69=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED45 is #0212BA. Grayscale: #DFDFDF. Windows color (decimal): -135867 or 4582909. OLE color: 4582909.

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

Color convert

RGB 253 237 69 -
CMYK 0 0.06 0.73 0.01
HSL 54.78º 0.98% 0.63% -
HSV(B) 54.78º 0.73% 0.99% -
XYZ 71.87 81.88 17.65 -
YUV 222.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 253 237 69 0 0.06 0.73 0.01 54.78 0.98 0.63
Hex FD ED 45 0 6 49 1 37 62 3F
Octal 375 355 105 0 6 111 1 67 142 77
Binary 11111101 11101101 1000101 0 110 1001001 1 110111 1100010 111111

Color Harmonies of #FDED45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED45

Black with #FDED45

Text Example


Text Example

White with #FDED45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED45; }

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

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

background-color css

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

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

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

border-color css

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

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

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