Html Css Color HEX #F9271F Red Orange

📋 copy color: '#F9271F'

red 249 ◦ green 39 ◦ blue 31

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

Shades of Red Orange #F9271F

Tints of Red Orange #F9271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.23%

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 78.06%
G = 12.23%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9271F (or 0xF9271F) is known color: Red Orange. HEX triplet: F9, 27 and 1F. RGB value is (249,39,31). Sum of RGB (Red+Green+Blue) = 249+39+31=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F9271F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9271F is #06D8E0. Grayscale: #656565. Windows color (decimal): -448737 or 2041849. OLE color: 2041849.

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

Color convert

RGB 249 39 31 -
CMYK 0 0.84 0.88 0.02
HSL 2.2º 0.95% 0.55% -
HSV(B) 2.2º 0.88% 0.98% -
XYZ 40.04 21.69 3.37 -
YUV 100.88 88.57 233.65 -
System Red Green Blue C M Y K H S L
Decimal 249 39 31 0 0.84 0.88 0.02 2.2 0.95 0.55
Hex F9 27 1F 0 54 58 2 2 5F 37
Octal 371 47 37 0 124 130 2 2 137 67
Binary 11111001 100111 11111 0 1010100 1011000 10 10 1011111 110111

Color Harmonies of #F9271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9271F

Black with #F9271F

Text Example


Text Example

White with #F9271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9271F; }

 p { color: rgb(249,39,31); }

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

background-color css

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

 a { background-color: rgb(249,39,31); }

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

border-color css

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

 span { border-color: rgb(249,39,31); }

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