Html Css Color HEX #F9301F Red Orange

📋 copy color: '#F9301F'

red 249 ◦ green 48 ◦ blue 31

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

Shades of Red Orange #F9301F

Tints of Red Orange #F9301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

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

R = 75.91%
G = 14.63%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9301F (or 0xF9301F) is known color: Red Orange. HEX triplet: F9, 30 and 1F. RGB value is (249,48,31). Sum of RGB (Red+Green+Blue) = 249+48+31=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9301F is #06CFE0. Grayscale: #6A6A6A. Windows color (decimal): -446433 or 2044153. OLE color: 2044153.

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

Color convert

RGB 249 48 31 -
CMYK 0 0.81 0.88 0.02
HSL 4.68º 0.95% 0.55% -
HSV(B) 4.68º 0.88% 0.98% -
XYZ 40.37 22.35 3.48 -
YUV 106.16 85.59 229.88 -
System Red Green Blue C M Y K H S L
Decimal 249 48 31 0 0.81 0.88 0.02 4.68 0.95 0.55
Hex F9 30 1F 0 51 58 2 5 5F 37
Octal 371 60 37 0 121 130 2 5 137 67
Binary 11111001 110000 11111 0 1010001 1011000 10 101 1011111 110111

Color Harmonies of #F9301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9301F

Black with #F9301F

Text Example


Text Example

White with #F9301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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