Html Css Color HEX #F83102 Scarlet

📋 copy color: '#F83102'

red 248 ◦ green 49 ◦ blue 2

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

Shades of Scarlet #F83102

Tints of Scarlet #F83102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 82.94%
G = 16.39%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F83102 (or 0xF83102) is known color: Scarlet. HEX triplet: F8, 31 and 02. RGB value is (248,49,2). Sum of RGB (Red+Green+Blue) = 248+49+2=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F83102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83102 is #07CEFD. Grayscale: #676767. Windows color (decimal): -511742 or 143864. OLE color: 143864.

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

Color convert

RGB 248 49 2 -
CMYK 0 0.80 0.99 0.03
HSL 11.46º 0.98% 0.49% -
HSV(B) 11.46º 0.99% 0.97% -
XYZ 39.82 22.16 2.24 -
YUV 103.14 70.93 231.32 -
System Red Green Blue C M Y K H S L
Decimal 248 49 2 0 0.80 0.99 0.03 11.46 0.98 0.49
Hex F8 31 2 0 50 63 3 B 62 31
Octal 370 61 2 0 120 143 3 13 142 61
Binary 11111000 110001 10 0 1010000 1100011 11 1011 1100010 110001

Color Harmonies of #F83102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83102

Black with #F83102

Text Example


Text Example

White with #F83102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83102; }

 p { color: rgb(248,49,2); }

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

background-color css

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

 a { background-color: rgb(248,49,2); }

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

border-color css

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

 span { border-color: rgb(248,49,2); }

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