Html Css Color HEX #F9291E Red Orange

📋 copy color: '#F9291E'

red 249 ◦ green 41 ◦ blue 30

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

Shades of Red Orange #F9291E

Tints of Red Orange #F9291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 77.81%
G = 12.81%
B = 9.38%

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

#F9291E (or 0xF9291E) is known color: Red Orange. HEX triplet: F9, 29 and 1E. RGB value is (249,41,30). Sum of RGB (Red+Green+Blue) = 249+41+30=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F9291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9291E is #06D6E1. Grayscale: #666666. Windows color (decimal): -448226 or 1976825. OLE color: 1976825.

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

Color convert

RGB 249 41 30 -
CMYK 0 0.84 0.88 0.02
HSL 3.01º 0.95% 0.55% -
HSV(B) 3.01º 0.88% 0.98% -
XYZ 40.09 21.82 3.33 -
YUV 101.94 87.41 232.89 -
System Red Green Blue C M Y K H S L
Decimal 249 41 30 0 0.84 0.88 0.02 3.01 0.95 0.55
Hex F9 29 1E 0 54 58 2 3 5F 37
Octal 371 51 36 0 124 130 2 3 137 67
Binary 11111001 101001 11110 0 1010100 1011000 10 11 1011111 110111

Color Harmonies of #F9291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9291E

Black with #F9291E

Text Example


Text Example

White with #F9291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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