#FDA348

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

Shades of Sunshade #FDA348

Tints of Sunshade #FDA348

Color information

#FDA348 (or 0xFDA348) is unknown color: approx Sunshade. HEX triplet: FD, A3 and 48. RGB value is (253,163,72). Sum of RGB (Red+Green+Blue) = 253+163+72=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA348 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA348 is #025CB7. Grayscale: #B3B3B3. Windows color (decimal): -154808 or 4760573. OLE color: 4760573.

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

Color convert

RGB25316372-
CMYK00.360.720.01
HSL30.17º97.84%63.73%-
HSV(B)30.17º71.54%99.22%-
XYZ54.7747.5412.42-
YUV179.5467.32180.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.84%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 72 (28.52% from 255) = 14.75%
R=51.84%
G=33.40%
B=14.75%

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
Decimal2531637200.360.720.0130.1797.8463.73
HexFDA3480244811e6240
Octal375243110044110136142100
Binary111111011010001110010000100100100100011111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA348; }

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

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

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

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

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

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

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

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