#F8954B

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

Shades of Sunshade #F8954B

Tints of Sunshade #F8954B

Color information

#F8954B (or 0xF8954B) is unknown color: approx Sunshade. HEX triplet: F8, 95 and 4B. RGB value is (248,149,75). Sum of RGB (Red+Green+Blue) = 248+149+75=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8954B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8954B is #076AB4. Grayscale: #AAAAAA. Windows color (decimal): -486069 or 4953592. OLE color: 4953592.

HSL color Cylindrical-coordinate representation of color #F8954B: hue angle of 25.66º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8954B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24814975-
CMYK00.400.700.03
HSL25.66º92.51%63.33%-
HSV(B)25.66º69.76%97.25%-
XYZ50.7341.9612.08-
YUV170.1774.3183.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.54%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 75 (29.69% from 255) = 15.89%
R=52.54%
G=31.57%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481497500.400.700.0325.6692.5163.33
HexF8954B0284631a5d3f
Octal37022511305010633213577
Binary111110001001010110010110101000100011011110101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8954B; }

 p { color: rgb(248,149,75); }

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

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

 a { background-color: rgb(248,149,75); }

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

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

 span { border-color: rgb(248,149,75); }

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