Html Css Color HEX #F83200 Scarlet

📋 copy color: '#F83200'

red 248 ◦ green 50 ◦ blue 0

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

Shades of Scarlet #F83200

Tints of Scarlet #F83200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

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

R = 83.22%
G = 16.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F83200 (or 0xF83200) is known color: Scarlet. HEX triplet: F8, 32 and 00. RGB value is (248,50,0). Sum of RGB (Red+Green+Blue) = 248+50+0=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F83200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83200 is #07CDFF. Grayscale: #676767. Windows color (decimal): -511488 or 13048. OLE color: 13048.

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

Color convert

RGB 248 50 0 -
CMYK 0 0.80 1 0.03
HSL 12.1º 1% 0.49% -
HSV(B) 12.1º 1% 0.97% -
XYZ 39.85 22.24 2.19 -
YUV 103.5 69.6 231.07 -
System Red Green Blue C M Y K H S L
Decimal 248 50 0 0 0.80 1 0.03 12.1 1 0.49
Hex F8 32 0 0 50 64 3 C 64 31
Octal 370 62 0 0 120 144 3 14 144 61
Binary 11111000 110010 0 0 1010000 1100100 11 1100 1100100 110001

Color Harmonies of #F83200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83200

Black with #F83200

Text Example


Text Example

White with #F83200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83200; }

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

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

background-color css

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

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

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

border-color css

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

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

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