Html Css Color HEX #FDED41 Paris Daisy

📋 copy color: '#FDED41'

red 253 ◦ green 237 ◦ blue 65

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

Shades of Paris Daisy #FDED41

Tints of Paris Daisy #FDED41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 11.71%

R = 45.59%
G = 42.7%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDED41 (or 0xFDED41) is known color: Paris Daisy. HEX triplet: FD, ED and 41. RGB value is (253,237,65). Sum of RGB (Red+Green+Blue) = 253+237+65=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 65 (25.78% from 255 or 11.71% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED41 is #0212BE. Grayscale: #DEDEDE. Windows color (decimal): -135871 or 4320765. OLE color: 4320765.

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

Color convert

RGB 253 237 65 -
CMYK 0 0.06 0.74 0.01
HSL 54.89º 0.98% 0.62% -
HSV(B) 54.89º 0.74% 0.99% -
XYZ 71.75 81.83 17.01 -
YUV 222.18 39.3 149.99 -
System Red Green Blue C M Y K H S L
Decimal 253 237 65 0 0.06 0.74 0.01 54.89 0.98 0.62
Hex FD ED 41 0 6 4A 1 37 62 3E
Octal 375 355 101 0 6 112 1 67 142 76
Binary 11111101 11101101 1000001 0 110 1001010 1 110111 1100010 111110

Color Harmonies of #FDED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDED41

Black with #FDED41

Text Example


Text Example

White with #FDED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDED41; }

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

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

background-color css

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

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

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

border-color css

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

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

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