Html Css Color HEX #F9372D Red Orange

📋 copy color: '#F9372D'

red 249 ◦ green 55 ◦ blue 45

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

Shades of Red Orange #F9372D

Tints of Red Orange #F9372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 71.35%
G = 15.76%
B = 12.89%

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

#F9372D (or 0xF9372D) is known color: Red Orange. HEX triplet: F9, 37 and 2D. RGB value is (249,55,45). Sum of RGB (Red+Green+Blue) = 249+55+45=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9372D is #06C8D2. Grayscale: #707070. Windows color (decimal): -444627 or 2963449. OLE color: 2963449.

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

Color convert

RGB 249 55 45 -
CMYK 0 0.78 0.82 0.02
HSL 2.94º 0.94% 0.58% -
HSV(B) 2.94º 0.82% 0.98% -
XYZ 40.91 23.06 4.78 -
YUV 111.87 90.27 225.81 -
System Red Green Blue C M Y K H S L
Decimal 249 55 45 0 0.78 0.82 0.02 2.94 0.94 0.58
Hex F9 37 2D 0 4E 52 2 3 5E 3A
Octal 371 67 55 0 116 122 2 3 136 72
Binary 11111001 110111 101101 0 1001110 1010010 10 11 1011110 111010

Color Harmonies of #F9372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9372D

Black with #F9372D

Text Example


Text Example

White with #F9372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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