Html Css Color HEX #F83006 Scarlet

📋 copy color: '#F83006'

red 248 ◦ green 48 ◦ blue 6

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

Shades of Scarlet #F83006

Tints of Scarlet #F83006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 82.12%
G = 15.89%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F83006 (or 0xF83006) is known color: Scarlet. HEX triplet: F8, 30 and 06. RGB value is (248,48,6). Sum of RGB (Red+Green+Blue) = 248+48+6=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F83006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83006 is #07CFF9. Grayscale: #676767. Windows color (decimal): -511994 or 405752. OLE color: 405752.

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

Color convert

RGB 248 48 6 -
CMYK 0 0.81 0.98 0.03
HSL 10.41º 0.95% 0.5% -
HSV(B) 10.41º 0.98% 0.97% -
XYZ 39.8 22.08 2.34 -
YUV 103.01 73.26 231.42 -
System Red Green Blue C M Y K H S L
Decimal 248 48 6 0 0.81 0.98 0.03 10.41 0.95 0.5
Hex F8 30 6 0 51 62 3 A 5F 32
Octal 370 60 6 0 121 142 3 12 137 62
Binary 11111000 110000 110 0 1010001 1100010 11 1010 1011111 110010

Color Harmonies of #F83006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83006

Black with #F83006

Text Example


Text Example

White with #F83006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83006; }

 p { color: rgb(248,48,6); }

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

background-color css

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

 a { background-color: rgb(248,48,6); }

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

border-color css

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

 span { border-color: rgb(248,48,6); }

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