Html Css Color HEX #F9291F Red Orange

📋 copy color: '#F9291F'

red 249 ◦ green 41 ◦ blue 31

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

Shades of Red Orange #F9291F

Tints of Red Orange #F9291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

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

R = 77.57%
G = 12.77%
B = 9.66%

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

#F9291F (or 0xF9291F) is known color: Red Orange. HEX triplet: F9, 29 and 1F. RGB value is (249,41,31). Sum of RGB (Red+Green+Blue) = 249+41+31=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F9291F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9291F is #06D6E0. Grayscale: #666666. Windows color (decimal): -448225 or 2042361. OLE color: 2042361.

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

Color convert

RGB 249 41 31 -
CMYK 0 0.84 0.88 0.02
HSL 2.75º 0.95% 0.55% -
HSV(B) 2.75º 0.88% 0.98% -
XYZ 40.11 21.82 3.39 -
YUV 102.05 87.91 232.81 -
System Red Green Blue C M Y K H S L
Decimal 249 41 31 0 0.84 0.88 0.02 2.75 0.95 0.55
Hex F9 29 1F 0 54 58 2 3 5F 37
Octal 371 51 37 0 124 130 2 3 137 67
Binary 11111001 101001 11111 0 1010100 1011000 10 11 1011111 110111

Color Harmonies of #F9291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9291F

Black with #F9291F

Text Example


Text Example

White with #F9291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9291F; }

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

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

background-color css

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

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

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

border-color css

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

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

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