Html Css Color HEX #F9312D Red Orange

📋 copy color: '#F9312D'

red 249 ◦ green 49 ◦ blue 45

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

Shades of Red Orange #F9312D

Tints of Red Orange #F9312D

RGB

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

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

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

R = 72.59%
G = 14.29%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9312D (or 0xF9312D) is known color: Red Orange. HEX triplet: F9, 31 and 2D. RGB value is (249,49,45). Sum of RGB (Red+Green+Blue) = 249+49+45=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9312D is #06CED2. Grayscale: #6C6C6C. Windows color (decimal): -446163 or 2961913. OLE color: 2961913.

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

Color convert

RGB 249 49 45 -
CMYK 0 0.80 0.82 0.02
HSL 1.18º 0.94% 0.58% -
HSV(B) 1.18º 0.82% 0.98% -
XYZ 40.64 22.53 4.69 -
YUV 108.34 92.26 228.33 -
System Red Green Blue C M Y K H S L
Decimal 249 49 45 0 0.80 0.82 0.02 1.18 0.94 0.58
Hex F9 31 2D 0 50 52 2 1 5E 3A
Octal 371 61 55 0 120 122 2 1 136 72
Binary 11111001 110001 101101 0 1010000 1010010 10 1 1011110 111010

Color Harmonies of #F9312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9312D

Black with #F9312D

Text Example


Text Example

White with #F9312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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