Html Css Color HEX #F82B0C Scarlet

📋 copy color: '#F82B0C'

red 248 ◦ green 43 ◦ blue 12

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

Shades of Scarlet #F82B0C

Tints of Scarlet #F82B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 81.85%
G = 14.19%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F82B0C (or 0xF82B0C) is known color: Scarlet. HEX triplet: F8, 2B and 0C. RGB value is (248,43,12). Sum of RGB (Red+Green+Blue) = 248+43+12=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F82B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82B0C is #07D4F3. Grayscale: #656565. Windows color (decimal): -513268 or 797688. OLE color: 797688.

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

Color convert

RGB 248 43 12 -
CMYK 0 0.83 0.95 0.03
HSL 7.88º 0.94% 0.51% -
HSV(B) 7.88º 0.95% 0.97% -
XYZ 39.64 21.71 2.45 -
YUV 100.76 77.92 233.02 -
System Red Green Blue C M Y K H S L
Decimal 248 43 12 0 0.83 0.95 0.03 7.88 0.94 0.51
Hex F8 2B C 0 53 5F 3 8 5E 33
Octal 370 53 14 0 123 137 3 10 136 63
Binary 11111000 101011 1100 0 1010011 1011111 11 1000 1011110 110011

Color Harmonies of #F82B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82B0C

Black with #F82B0C

Text Example


Text Example

White with #F82B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82B0C; }

 p { color: rgb(248,43,12); }

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

background-color css

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

 a { background-color: rgb(248,43,12); }

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

border-color css

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

 span { border-color: rgb(248,43,12); }

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