Html Css Color HEX #F82200 Scarlet

📋 copy color: '#F82200'

red 248 ◦ green 34 ◦ blue 0

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

Shades of Scarlet #F82200

Tints of Scarlet #F82200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.94%
G = 12.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F82200 (or 0xF82200) is known color: Scarlet. HEX triplet: F8, 22 and 00. RGB value is (248,34,0). Sum of RGB (Red+Green+Blue) = 248+34+0=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F82200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82200 is #07DDFF. Grayscale: #5E5E5E. Windows color (decimal): -515584 or 8952. OLE color: 8952.

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

Color convert

RGB 248 34 0 -
CMYK 0 0.86 1 0.03
HSL 8.23º 1% 0.49% -
HSV(B) 8.23º 1% 0.97% -
XYZ 39.28 21.1 2 -
YUV 94.11 74.9 237.76 -
System Red Green Blue C M Y K H S L
Decimal 248 34 0 0 0.86 1 0.03 8.23 1 0.49
Hex F8 22 0 0 56 64 3 8 64 31
Octal 370 42 0 0 126 144 3 10 144 61
Binary 11111000 100010 0 0 1010110 1100100 11 1000 1100100 110001

Color Harmonies of #F82200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82200

Black with #F82200

Text Example


Text Example

White with #F82200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82200; }

 p { color: rgb(248,34,0); }

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

background-color css

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

 a { background-color: rgb(248,34,0); }

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

border-color css

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

 span { border-color: rgb(248,34,0); }

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