Html Css Color HEX #F83305 Scarlet

📋 copy color: '#F83305'

red 248 ◦ green 51 ◦ blue 5

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

Shades of Scarlet #F83305

Tints of Scarlet #F83305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 81.58%
G = 16.78%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F83305 (or 0xF83305) is known color: Scarlet. HEX triplet: F8, 33 and 05. RGB value is (248,51,5). Sum of RGB (Red+Green+Blue) = 248+51+5=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F83305 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83305 is #07CCFA. Grayscale: #696969. Windows color (decimal): -511227 or 340984. OLE color: 340984.

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

Color convert

RGB 248 51 5 -
CMYK 0 0.79 0.98 0.03
HSL 11.36º 0.96% 0.5% -
HSV(B) 11.36º 0.98% 0.97% -
XYZ 39.92 22.34 2.35 -
YUV 104.66 71.77 230.24 -
System Red Green Blue C M Y K H S L
Decimal 248 51 5 0 0.79 0.98 0.03 11.36 0.96 0.5
Hex F8 33 5 0 4F 62 3 B 60 32
Octal 370 63 5 0 117 142 3 13 140 62
Binary 11111000 110011 101 0 1001111 1100010 11 1011 1100000 110010

Color Harmonies of #F83305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83305

Black with #F83305

Text Example


Text Example

White with #F83305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83305; }

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

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

background-color css

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

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

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

border-color css

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

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

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