#FDA248

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

Shades of Sunshade #FDA248

Tints of Sunshade #FDA248

Color information

#FDA248 (or 0xFDA248) is unknown color: approx Sunshade. HEX triplet: FD, A2 and 48. RGB value is (253,162,72). Sum of RGB (Red+Green+Blue) = 253+162+72=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA248 is #025DB7. Grayscale: #B3B3B3. Windows color (decimal): -155064 or 4760317. OLE color: 4760317.

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

Color convert

RGB25316272-
CMYK00.360.720.01
HSL29.83º97.84%63.73%-
HSV(B)29.83º71.54%99.22%-
XYZ54.647.1912.36-
YUV178.9567.65180.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 72 (28.52% from 255) = 14.78%
R=51.95%
G=33.26%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531627200.360.720.0129.8397.8463.73
HexFDA2480244811e6240
Octal375242110044110136142100
Binary111111011010001010010000100100100100011111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA248; }

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

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

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

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

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

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

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

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