Html Css Color HEX #F83301 Scarlet

📋 copy color: '#F83301'

red 248 ◦ green 51 ◦ blue 1

#F83301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #F83301

Tints of Scarlet #F83301

RGB

 RED value IS 248 (97.27% from 255) = 82.67%

 GREEN value IS 51 (20.31% from 255) = 17%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 82.67%
G = 17%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F83301 (or 0xF83301) is known color: Scarlet. HEX triplet: F8, 33 and 01. RGB value is (248,51,1). Sum of RGB (Red+Green+Blue) = 248+51+1=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F83301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83301 is #07CCFE. Grayscale: #686868. Windows color (decimal): -511231 or 78840. OLE color: 78840.

HSL color Cylindrical-coordinate representation of color #F83301: hue angle of 12.15º 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 #F83301 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 51 1 -
CMYK 0 0.79 1.00 0.03
HSL 12.15º 0.99% 0.49% -
HSV(B) 12.15º 1% 0.97% -
XYZ 39.9 22.33 2.24 -
YUV 104.2 69.77 230.57 -
System Red Green Blue C M Y K H S L
Decimal 248 51 1 0 0.79 1.00 0.03 12.15 0.99 0.49
Hex F8 33 1 0 4F 64 3 C 63 31
Octal 370 63 1 0 117 144 3 14 143 61
Binary 11111000 110011 1 0 1001111 1100100 11 1100 1100011 110001

Color Harmonies of #F83301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83301

Black with #F83301

Text Example


Text Example

White with #F83301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83301; }

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

 H1.HeaderClassName
 {
   color: #F83301;
 }
 .AnyTagClassName
 {
   color: #F83301;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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