#FF9648

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

Shades of Sunshade #FF9648

Tints of Sunshade #FF9648

Color information

#FF9648 (or 0xFF9648) is unknown color: approx Sunshade. HEX triplet: FF, 96 and 48. RGB value is (255,150,72). Sum of RGB (Red+Green+Blue) = 255+150+72=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9648 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9648 is #0069B7. Grayscale: #ACACAC. Windows color (decimal): -27064 or 4757247. OLE color: 4757247.

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

Color convert

RGB25515072-
CMYK00.410.720
HSL25.57º100%64.12%-
HSV(B)25.57º71.76%100%-
XYZ53.3243.5411.73-
YUV172.571.29186.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.46%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 72 (28.52% from 255) = 15.09%
R=53.46%
G=31.45%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551507200.410.72025.5710064.12
HexFF96480294801a6440
Octal377226110051110032144100
Binary111111111001011010010000101001100100001101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9648; }

 p { color: rgb(255,150,72); }

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

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

 a { background-color: rgb(255,150,72); }

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

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

 span { border-color: rgb(255,150,72); }

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