Html Css Color HEX #F9372C Red Orange

📋 copy color: '#F9372C'

red 249 ◦ green 55 ◦ blue 44

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

Shades of Red Orange #F9372C

Tints of Red Orange #F9372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.8%

 BLUE value IS 44 (17.58% from 255) = 12.64%

R = 71.55%
G = 15.8%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9372C (or 0xF9372C) is known color: Red Orange. HEX triplet: F9, 37 and 2C. RGB value is (249,55,44). Sum of RGB (Red+Green+Blue) = 249+55+44=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9372C is #06C8D3. Grayscale: #6F6F6F. Windows color (decimal): -444628 or 2897913. OLE color: 2897913.

HSL color Cylindrical-coordinate representation of color #F9372C: hue angle of 3.22º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9372C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 55 44 -
CMYK 0 0.78 0.82 0.02
HSL 3.22º 0.94% 0.57% -
HSV(B) 3.22º 0.82% 0.98% -
XYZ 40.89 23.05 4.68 -
YUV 111.75 89.77 225.89 -
System Red Green Blue C M Y K H S L
Decimal 249 55 44 0 0.78 0.82 0.02 3.22 0.94 0.57
Hex F9 37 2C 0 4E 52 2 3 5E 39
Octal 371 67 54 0 116 122 2 3 136 71
Binary 11111001 110111 101100 0 1001110 1010010 10 11 1011110 111001

Color Harmonies of #F9372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9372C

Black with #F9372C

Text Example


Text Example

White with #F9372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9372C; }

 p { color: rgb(249,55,44); }

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

background-color css

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

 a { background-color: rgb(249,55,44); }

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

border-color css

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

 span { border-color: rgb(249,55,44); }

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