Html Css Color HEX #F83201 Scarlet

📋 copy color: '#F83201'

red 248 ◦ green 50 ◦ blue 1

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

Shades of Scarlet #F83201

Tints of Scarlet #F83201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

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

R = 82.94%
G = 16.72%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F83201 (or 0xF83201) is known color: Scarlet. HEX triplet: F8, 32 and 01. RGB value is (248,50,1). Sum of RGB (Red+Green+Blue) = 248+50+1=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F83201 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83201 is #07CDFE. Grayscale: #686868. Windows color (decimal): -511487 or 78584. OLE color: 78584.

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

Color convert

RGB 248 50 1 -
CMYK 0 0.80 1.00 0.03
HSL 11.9º 0.99% 0.49% -
HSV(B) 11.9º 1% 0.97% -
XYZ 39.86 22.24 2.22 -
YUV 103.62 70.1 230.98 -
System Red Green Blue C M Y K H S L
Decimal 248 50 1 0 0.80 1.00 0.03 11.9 0.99 0.49
Hex F8 32 1 0 50 64 3 C 63 31
Octal 370 62 1 0 120 144 3 14 143 61
Binary 11111000 110010 1 0 1010000 1100100 11 1100 1100011 110001

Color Harmonies of #F83201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83201

Black with #F83201

Text Example


Text Example

White with #F83201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83201; }

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

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

background-color css

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

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

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

border-color css

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

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

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