Html Css Color HEX #F82A16 Scarlet

📋 copy color: '#F82A16'

red 248 ◦ green 42 ◦ blue 22

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

Shades of Scarlet #F82A16

Tints of Scarlet #F82A16

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

 BLUE value IS 22 (8.98% from 255) = 7.05%

R = 79.49%
G = 13.46%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F82A16 (or 0xF82A16) is known color: Scarlet. HEX triplet: F8, 2A and 16. RGB value is (248,42,22). Sum of RGB (Red+Green+Blue) = 248+42+22=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82A16 is #07D5E9. Grayscale: #656565. Windows color (decimal): -513514 or 1452792. OLE color: 1452792.

HSL color Cylindrical-coordinate representation of color #F82A16: hue angle of 5.31º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F82A16 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 42 22 -
CMYK 0 0.83 0.91 0.03
HSL 5.31º 0.94% 0.53% -
HSV(B) 5.31º 0.91% 0.97% -
XYZ 39.68 21.67 2.85 -
YUV 101.31 83.25 232.63 -
System Red Green Blue C M Y K H S L
Decimal 248 42 22 0 0.83 0.91 0.03 5.31 0.94 0.53
Hex F8 2A 16 0 53 5B 3 5 5E 35
Octal 370 52 26 0 123 133 3 5 136 65
Binary 11111000 101010 10110 0 1010011 1011011 11 101 1011110 110101

Color Harmonies of #F82A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A16

Black with #F82A16

Text Example


Text Example

White with #F82A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A16; }

 p { color: rgb(248,42,22); }

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

background-color css

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

 a { background-color: rgb(248,42,22); }

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

border-color css

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

 span { border-color: rgb(248,42,22); }

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