Html Css Color HEX #F9312B Red Orange

📋 copy color: '#F9312B'

red 249 ◦ green 49 ◦ blue 43

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

Shades of Red Orange #F9312B

Tints of Red Orange #F9312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

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

R = 73.02%
G = 14.37%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9312B (or 0xF9312B) is known color: Red Orange. HEX triplet: F9, 31 and 2B. RGB value is (249,49,43). Sum of RGB (Red+Green+Blue) = 249+49+43=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9312B is #06CED4. Grayscale: #6C6C6C. Windows color (decimal): -446165 or 2830841. OLE color: 2830841.

HSL color Cylindrical-coordinate representation of color #F9312B: hue angle of 1.75º 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 #F9312B is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 43 -
CMYK 0 0.80 0.83 0.02
HSL 1.75º 0.94% 0.57% -
HSV(B) 1.75º 0.83% 0.98% -
XYZ 40.6 22.51 4.49 -
YUV 108.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 249 49 43 0 0.80 0.83 0.02 1.75 0.94 0.57
Hex F9 31 2B 0 50 53 2 2 5E 39
Octal 371 61 53 0 120 123 2 2 136 71
Binary 11111001 110001 101011 0 1010000 1010011 10 10 1011110 111001

Color Harmonies of #F9312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9312B

Black with #F9312B

Text Example


Text Example

White with #F9312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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