Html Css Color HEX #F9320C Scarlet

📋 copy color: '#F9320C'

red 249 ◦ green 50 ◦ blue 12

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

Shades of Scarlet #F9320C

Tints of Scarlet #F9320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 80.06%
G = 16.08%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9320C (or 0xF9320C) is known color: Scarlet. HEX triplet: F9, 32 and 0C. RGB value is (249,50,12). Sum of RGB (Red+Green+Blue) = 249+50+12=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9320C is #06CDF3. Grayscale: #696969. Windows color (decimal): -445940 or 799481. OLE color: 799481.

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

Color convert

RGB 249 50 12 -
CMYK 0 0.80 0.95 0.02
HSL 9.62º 0.95% 0.51% -
HSV(B) 9.62º 0.95% 0.98% -
XYZ 40.27 22.45 2.56 -
YUV 105.17 75.43 230.59 -
System Red Green Blue C M Y K H S L
Decimal 249 50 12 0 0.80 0.95 0.02 9.62 0.95 0.51
Hex F9 32 C 0 50 5F 2 A 5F 33
Octal 371 62 14 0 120 137 2 12 137 63
Binary 11111001 110010 1100 0 1010000 1011111 10 1010 1011111 110011

Color Harmonies of #F9320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9320C

Black with #F9320C

Text Example


Text Example

White with #F9320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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