Html Css Color HEX #F8350B Scarlet

📋 copy color: '#F8350B'

red 248 ◦ green 53 ◦ blue 11

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

Shades of Scarlet #F8350B

Tints of Scarlet #F8350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 79.49%
G = 16.99%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8350B (or 0xF8350B) is known color: Scarlet. HEX triplet: F8, 35 and 0B. RGB value is (248,53,11). Sum of RGB (Red+Green+Blue) = 248+53+11=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8350B is #07CAF4. Grayscale: #6A6A6A. Windows color (decimal): -510709 or 734712. OLE color: 734712.

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

Color convert

RGB 248 53 11 -
CMYK 0 0.79 0.96 0.03
HSL 10.63º 0.94% 0.51% -
HSV(B) 10.63º 0.96% 0.97% -
XYZ 40.04 22.53 2.55 -
YUV 106.52 74.1 228.92 -
System Red Green Blue C M Y K H S L
Decimal 248 53 11 0 0.79 0.96 0.03 10.63 0.94 0.51
Hex F8 35 B 0 4F 60 3 B 5E 33
Octal 370 65 13 0 117 140 3 13 136 63
Binary 11111000 110101 1011 0 1001111 1100000 11 1011 1011110 110011

Color Harmonies of #F8350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8350B

Black with #F8350B

Text Example


Text Example

White with #F8350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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