#f92800

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

Shades of Scarlet #F92800

Tints of Scarlet #F92800

Color information

#F92800 (or 0xF92800) is unknown color: approx Scarlet. HEX triplet: F9, 28 and 00. RGB value is (249,40,0). Sum of RGB (Red+Green+Blue) = 249+40+0=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F92800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92800 is #06D7FF. Grayscale: #626262. Windows color (decimal): -448512 or 10489. OLE color: 10489.

HSL color Cylindrical-coordinate representation of color #F92800: hue angle of 9.64º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F92800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB249400-
CMYK00.8410.02
HSL9.64º100%48.82%-
HSV(B)9.64º100%97.65%-
XYZ39.8321.662.08-
YUV97.9372.74235.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 86.16%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.16%
G=13.84%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24940000.8410.029.6410048.82
HexF9280054642a6431
Octal371500012414421214461
Binary1111100110100000101010011001001010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f92800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f92800; }

 p { color: rgb(249,40,0); }

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

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

 a { background-color: rgb(249,40,0); }

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

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

 span { border-color: rgb(249,40,0); }

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