Html Css Color HEX #F9311D Red Orange

📋 copy color: '#F9311D'

red 249 ◦ green 49 ◦ blue 29

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

Shades of Red Orange #F9311D

Tints of Red Orange #F9311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.87%

R = 76.15%
G = 14.98%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9311D (or 0xF9311D) is known color: Red Orange. HEX triplet: F9, 31 and 1D. RGB value is (249,49,29). Sum of RGB (Red+Green+Blue) = 249+49+29=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9311D is #06CEE2. Grayscale: #6A6A6A. Windows color (decimal): -446179 or 1913337. OLE color: 1913337.

HSL color Cylindrical-coordinate representation of color #F9311D: hue angle of 5.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9311D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 49 29 -
CMYK 0 0.80 0.88 0.02
HSL 5.45º 0.95% 0.55% -
HSV(B) 5.45º 0.88% 0.98% -
XYZ 40.39 22.43 3.36 -
YUV 106.52 84.26 229.63 -
System Red Green Blue C M Y K H S L
Decimal 249 49 29 0 0.80 0.88 0.02 5.45 0.95 0.55
Hex F9 31 1D 0 50 58 2 5 5F 37
Octal 371 61 35 0 120 130 2 5 137 67
Binary 11111001 110001 11101 0 1010000 1011000 10 101 1011111 110111

Color Harmonies of #F9311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9311D

Black with #F9311D

Text Example


Text Example

White with #F9311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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