Html Css Color HEX #F83205 Scarlet

📋 copy color: '#F83205'

red 248 ◦ green 50 ◦ blue 5

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

Shades of Scarlet #F83205

Tints of Scarlet #F83205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 81.85%
G = 16.5%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F83205 (or 0xF83205) is known color: Scarlet. HEX triplet: F8, 32 and 05. RGB value is (248,50,5). Sum of RGB (Red+Green+Blue) = 248+50+5=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F83205 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83205 is #07CDFA. Grayscale: #686868. Windows color (decimal): -511483 or 340728. OLE color: 340728.

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

Color convert

RGB 248 50 5 -
CMYK 0 0.80 0.98 0.03
HSL 11.11º 0.96% 0.5% -
HSV(B) 11.11º 0.98% 0.97% -
XYZ 39.88 22.25 2.34 -
YUV 104.07 72.1 230.66 -
System Red Green Blue C M Y K H S L
Decimal 248 50 5 0 0.80 0.98 0.03 11.11 0.96 0.5
Hex F8 32 5 0 50 62 3 B 60 32
Octal 370 62 5 0 120 142 3 13 140 62
Binary 11111000 110010 101 0 1010000 1100010 11 1011 1100000 110010

Color Harmonies of #F83205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83205

Black with #F83205

Text Example


Text Example

White with #F83205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83205; }

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

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

background-color css

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

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

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

border-color css

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

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

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