Html Css Color HEX #F82A0B Scarlet

📋 copy color: '#F82A0B'

red 248 ◦ green 42 ◦ blue 11

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

Shades of Scarlet #F82A0B

Tints of Scarlet #F82A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 82.39%
G = 13.95%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F82A0B (or 0xF82A0B) is known color: Scarlet. HEX triplet: F8, 2A and 0B. RGB value is (248,42,11). Sum of RGB (Red+Green+Blue) = 248+42+11=301 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.39% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82A0B is #07D5F4. Grayscale: #646464. Windows color (decimal): -513525 or 731896. OLE color: 731896.

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

Color convert

RGB 248 42 11 -
CMYK 0 0.83 0.96 0.03
HSL 7.85º 0.94% 0.51% -
HSV(B) 7.85º 0.96% 0.97% -
XYZ 39.6 21.64 2.41 -
YUV 100.06 77.75 233.52 -
System Red Green Blue C M Y K H S L
Decimal 248 42 11 0 0.83 0.96 0.03 7.85 0.94 0.51
Hex F8 2A B 0 53 60 3 8 5E 33
Octal 370 52 13 0 123 140 3 10 136 63
Binary 11111000 101010 1011 0 1010011 1100000 11 1000 1011110 110011

Color Harmonies of #F82A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A0B

Black with #F82A0B

Text Example


Text Example

White with #F82A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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