Html Css Color HEX #F82A0A Scarlet

📋 copy color: '#F82A0A'

red 248 ◦ green 42 ◦ blue 10

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

Shades of Scarlet #F82A0A

Tints of Scarlet #F82A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.33%

R = 82.67%
G = 14%
B = 3.33%

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

#F82A0A (or 0xF82A0A) is known color: Scarlet. HEX triplet: F8, 2A and 0A. RGB value is (248,42,10). Sum of RGB (Red+Green+Blue) = 248+42+10=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82A0A is #07D5F5. Grayscale: #646464. Windows color (decimal): -513526 or 666360. OLE color: 666360.

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

Color convert

RGB 248 42 10 -
CMYK 0 0.83 0.96 0.03
HSL 8.07º 0.94% 0.51% -
HSV(B) 8.07º 0.96% 0.97% -
XYZ 39.59 21.63 2.38 -
YUV 99.95 77.25 233.6 -
System Red Green Blue C M Y K H S L
Decimal 248 42 10 0 0.83 0.96 0.03 8.07 0.94 0.51
Hex F8 2A A 0 53 60 3 8 5E 33
Octal 370 52 12 0 123 140 3 10 136 63
Binary 11111000 101010 1010 0 1010011 1100000 11 1000 1011110 110011

Color Harmonies of #F82A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A0A

Black with #F82A0A

Text Example


Text Example

White with #F82A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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