#F82601

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

Shades of Scarlet #F82601

Tints of Scarlet #F82601

Color information

#F82601 (or 0xF82601) is unknown color: approx Scarlet. HEX triplet: F8, 26 and 01. RGB value is (248,38,1). Sum of RGB (Red+Green+Blue) = 248+38+1=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F82601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82601 is #07D9FE. Grayscale: #606060. Windows color (decimal): -514559 or 75512. OLE color: 75512.

HSL color Cylindrical-coordinate representation of color #F82601: hue angle of 8.99º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F82601 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB248381-
CMYK00.851.000.03
HSL8.99º99.2%48.82%-
HSV(B)8.99º99.6%97.25%-
XYZ39.4121.342.07-
YUV96.5774.07236.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 86.41%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=86.41%
G=13.24%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24838100.851.000.038.9999.248.82
HexF826105564396331
Octal370461012514431114361
Binary1111100010011010101010111001001110011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82601; }

 p { color: rgb(248,38,1); }

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

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

 a { background-color: rgb(248,38,1); }

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

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

 span { border-color: rgb(248,38,1); }

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