Html Css Color HEX #FDE246 Paris Daisy

📋 copy color: '#FDE246'

red 253 ◦ green 226 ◦ blue 70

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

Shades of Paris Daisy #FDE246

Tints of Paris Daisy #FDE246

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.17%

 BLUE value IS 70 (27.73% from 255) = 12.75%

R = 46.08%
G = 41.17%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDE246 (or 0xFDE246) is known color: Paris Daisy. HEX triplet: FD, E2 and 46. RGB value is (253,226,70). Sum of RGB (Red+Green+Blue) = 253+226+70=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 70 (27.73% from 255 or 12.75% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE246 is #021DB9. Grayscale: #D8D8D8. Windows color (decimal): -138682 or 4645629. OLE color: 4645629.

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

Color convert

RGB 253 226 70 -
CMYK 0 0.11 0.72 0.01
HSL 51.15º 0.98% 0.63% -
HSV(B) 51.15º 0.72% 0.99% -
XYZ 68.81 75.72 16.78 -
YUV 216.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 253 226 70 0 0.11 0.72 0.01 51.15 0.98 0.63
Hex FD E2 46 0 B 48 1 33 62 3F
Octal 375 342 106 0 13 110 1 63 142 77
Binary 11111101 11100010 1000110 0 1011 1001000 1 110011 1100010 111111

Color Harmonies of #FDE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE246

Black with #FDE246

Text Example


Text Example

White with #FDE246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE246; }

 p { color: rgb(253,226,70); }

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

background-color css

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

 a { background-color: rgb(253,226,70); }

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

border-color css

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

 span { border-color: rgb(253,226,70); }

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