#FDA241

Color #FDA241 Sunshade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunshade #FDA241

Tints of Sunshade #FDA241

Color information

#FDA241 (or 0xFDA241) is unknown color: approx Sunshade. HEX triplet: FD, A2 and 41. RGB value is (253,162,65). Sum of RGB (Red+Green+Blue) = 253+162+65=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA241 is #025DBE. Grayscale: #B2B2B2. Windows color (decimal): -155071 or 4301565. OLE color: 4301565.

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

Color convert

RGB25316265-
CMYK00.360.740.01
HSL30.96º97.92%62.35%-
HSV(B)30.96º74.31%99.22%-
XYZ54.3847.111.23-
YUV178.1564.15181.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.71%
GREEN value IS 162 (63.67% from 255) = 33.75%
BLUE value IS 65 (25.78% from 255) = 13.54%
R=52.71%
G=33.75%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531626500.360.740.0130.9697.9262.35
HexFDA2410244A11f623e
Octal37524210104411213714276
Binary11111101101000101000001010010010010101111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA241; }

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

 H1.HeaderClassName
 {
   color: #FDA241;
 }
 .AnyTagClassName
 {
   color: #FDA241;
 }
</style>
background-color css

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

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

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

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

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

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