Html Css Color HEX #F83000 Scarlet

📋 copy color: '#F83000'

red 248 ◦ green 48 ◦ blue 0

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

Shades of Scarlet #F83000

Tints of Scarlet #F83000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.78%
G = 16.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F83000 (or 0xF83000) is known color: Scarlet. HEX triplet: F8, 30 and 00. RGB value is (248,48,0). Sum of RGB (Red+Green+Blue) = 248+48+0=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F83000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83000 is #07CFFF. Grayscale: #666666. Windows color (decimal): -512000 or 12536. OLE color: 12536.

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

Color convert

RGB 248 48 0 -
CMYK 0 0.81 1 0.03
HSL 11.61º 1% 0.49% -
HSV(B) 11.61º 1% 0.97% -
XYZ 39.77 22.07 2.16 -
YUV 102.33 70.26 231.9 -
System Red Green Blue C M Y K H S L
Decimal 248 48 0 0 0.81 1 0.03 11.61 1 0.49
Hex F8 30 0 0 51 64 3 C 64 31
Octal 370 60 0 0 121 144 3 14 144 61
Binary 11111000 110000 0 0 1010001 1100100 11 1100 1100100 110001

Color Harmonies of #F83000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83000

Black with #F83000

Text Example


Text Example

White with #F83000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83000; }

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

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

background-color css

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

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

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

border-color css

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

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

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