#FD9448

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

Shades of Sunshade #FD9448

Tints of Sunshade #FD9448

Color information

#FD9448 (or 0xFD9448) is unknown color: approx Sunshade. HEX triplet: FD, 94 and 48. RGB value is (253,148,72). Sum of RGB (Red+Green+Blue) = 253+148+72=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9448 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD9448 is #026BB7. Grayscale: #ABABAB. Windows color (decimal): -158648 or 4756733. OLE color: 4756733.

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

Color convert

RGB25314872-
CMYK00.420.720.01
HSL25.19º97.84%63.73%-
HSV(B)25.19º71.54%99.22%-
XYZ52.2742.5311.59-
YUV170.7372.29186.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=53.49%
G=31.29%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531487200.420.720.0125.1997.8463.73
HexFD944802A481196240
Octal375224110052110131142100
Binary111111011001010010010000101010100100011100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9448; }

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

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

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

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

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

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

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

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