Html Css Color HEX #F9320B Scarlet

📋 copy color: '#F9320B'

red 249 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #F9320B

Tints of Scarlet #F9320B

RGB

 RED value IS 249 (97.66% from 255) = 80.32%

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 80.32%
G = 16.13%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9320B (or 0xF9320B) is known color: Scarlet. HEX triplet: F9, 32 and 0B. RGB value is (249,50,11). Sum of RGB (Red+Green+Blue) = 249+50+11=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F9320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9320B is #06CDF4. Grayscale: #696969. Windows color (decimal): -445941 or 733945. OLE color: 733945.

HSL color Cylindrical-coordinate representation of color #F9320B: hue angle of 9.83º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9320B is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 50 11 -
CMYK 0 0.80 0.96 0.02
HSL 9.83º 0.95% 0.51% -
HSV(B) 9.83º 0.96% 0.98% -
XYZ 40.27 22.45 2.53 -
YUV 105.06 74.93 230.67 -
System Red Green Blue C M Y K H S L
Decimal 249 50 11 0 0.80 0.96 0.02 9.83 0.95 0.51
Hex F9 32 B 0 50 60 2 A 5F 33
Octal 371 62 13 0 120 140 2 12 137 63
Binary 11111001 110010 1011 0 1010000 1100000 10 1010 1011111 110011

Color Harmonies of #F9320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9320B

Black with #F9320B

Text Example


Text Example

White with #F9320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9320B; }

 p { color: rgb(249,50,11); }

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

background-color css

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

 a { background-color: rgb(249,50,11); }

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

border-color css

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

 span { border-color: rgb(249,50,11); }

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