Html Css Color HEX #F83202 Scarlet

📋 copy color: '#F83202'

red 248 ◦ green 50 ◦ blue 2

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

Shades of Scarlet #F83202

Tints of Scarlet #F83202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 82.67%
G = 16.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F83202 (or 0xF83202) is known color: Scarlet. HEX triplet: F8, 32 and 02. RGB value is (248,50,2). Sum of RGB (Red+Green+Blue) = 248+50+2=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F83202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83202 is #07CDFD. Grayscale: #686868. Windows color (decimal): -511486 or 144120. OLE color: 144120.

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

Color convert

RGB 248 50 2 -
CMYK 0 0.80 0.99 0.03
HSL 11.71º 0.98% 0.49% -
HSV(B) 11.71º 0.99% 0.97% -
XYZ 39.86 22.24 2.25 -
YUV 103.73 70.6 230.9 -
System Red Green Blue C M Y K H S L
Decimal 248 50 2 0 0.80 0.99 0.03 11.71 0.98 0.49
Hex F8 32 2 0 50 63 3 C 62 31
Octal 370 62 2 0 120 143 3 14 142 61
Binary 11111000 110010 10 0 1010000 1100011 11 1100 1100010 110001

Color Harmonies of #F83202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83202

Black with #F83202

Text Example


Text Example

White with #F83202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83202; }

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

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

background-color css

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

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

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

border-color css

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

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

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