Html Css Color HEX #F9281F Red Orange

📋 copy color: '#F9281F'

red 249 ◦ green 40 ◦ blue 31

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

Shades of Red Orange #F9281F

Tints of Red Orange #F9281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.5%

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

R = 77.81%
G = 12.5%
B = 9.69%

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

#F9281F (or 0xF9281F) is known color: Red Orange. HEX triplet: F9, 28 and 1F. RGB value is (249,40,31). Sum of RGB (Red+Green+Blue) = 249+40+31=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F9281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9281F is #06D7E0. Grayscale: #656565. Windows color (decimal): -448481 or 2042105. OLE color: 2042105.

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

Color convert

RGB 249 40 31 -
CMYK 0 0.84 0.88 0.02
HSL 2.48º 0.95% 0.55% -
HSV(B) 2.48º 0.88% 0.98% -
XYZ 40.07 21.76 3.38 -
YUV 101.47 88.24 233.23 -
System Red Green Blue C M Y K H S L
Decimal 249 40 31 0 0.84 0.88 0.02 2.48 0.95 0.55
Hex F9 28 1F 0 54 58 2 2 5F 37
Octal 371 50 37 0 124 130 2 2 137 67
Binary 11111001 101000 11111 0 1010100 1011000 10 10 1011111 110111

Color Harmonies of #F9281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9281F

Black with #F9281F

Text Example


Text Example

White with #F9281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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