Html Css Color HEX #F9372B Red Orange

📋 copy color: '#F9372B'

red 249 ◦ green 55 ◦ blue 43

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

Shades of Red Orange #F9372B

Tints of Red Orange #F9372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 71.76%
G = 15.85%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9372B (or 0xF9372B) is known color: Red Orange. HEX triplet: F9, 37 and 2B. RGB value is (249,55,43). Sum of RGB (Red+Green+Blue) = 249+55+43=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9372B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9372B is #06C8D4. Grayscale: #6F6F6F. Windows color (decimal): -444629 or 2832377. OLE color: 2832377.

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

Color convert

RGB 249 55 43 -
CMYK 0 0.78 0.83 0.02
HSL 3.5º 0.94% 0.57% -
HSV(B) 3.5º 0.83% 0.98% -
XYZ 40.87 23.05 4.58 -
YUV 111.64 89.27 225.98 -
System Red Green Blue C M Y K H S L
Decimal 249 55 43 0 0.78 0.83 0.02 3.5 0.94 0.57
Hex F9 37 2B 0 4E 53 2 3 5E 39
Octal 371 67 53 0 116 123 2 3 136 71
Binary 11111001 110111 101011 0 1001110 1010011 10 11 1011110 111001

Color Harmonies of #F9372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9372B

Black with #F9372B

Text Example


Text Example

White with #F9372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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