Html Css Color HEX #FDEC42 Paris Daisy

📋 copy color: '#FDEC42'

red 253 ◦ green 236 ◦ blue 66

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

Shades of Paris Daisy #FDEC42

Tints of Paris Daisy #FDEC42

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.52%

 BLUE value IS 66 (26.17% from 255) = 11.89%

R = 45.59%
G = 42.52%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDEC42 (or 0xFDEC42) is known color: Paris Daisy. HEX triplet: FD, EC and 42. RGB value is (253,236,66). Sum of RGB (Red+Green+Blue) = 253+236+66=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 66 (26.17% from 255 or 11.89% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEC42 is #0213BD. Grayscale: #DEDEDE. Windows color (decimal): -136126 or 4386045. OLE color: 4386045.

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

Color convert

RGB 253 236 66 -
CMYK 0 0.07 0.74 0.01
HSL 54.55º 0.98% 0.63% -
HSV(B) 54.55º 0.74% 0.99% -
XYZ 71.49 81.27 17.07 -
YUV 221.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 253 236 66 0 0.07 0.74 0.01 54.55 0.98 0.63
Hex FD EC 42 0 7 4A 1 37 62 3F
Octal 375 354 102 0 7 112 1 67 142 77
Binary 11111101 11101100 1000010 0 111 1001010 1 110111 1100010 111111

Color Harmonies of #FDEC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEC42

Black with #FDEC42

Text Example


Text Example

White with #FDEC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEC42; }

 p { color: rgb(253,236,66); }

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

background-color css

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

 a { background-color: rgb(253,236,66); }

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

border-color css

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

 span { border-color: rgb(253,236,66); }

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