Html Css Color HEX #F9411B Red Orange

📋 copy color: '#F9411B'

red 249 ◦ green 65 ◦ blue 27

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

Shades of Red Orange #F9411B

Tints of Red Orange #F9411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 73.02%
G = 19.06%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9411B (or 0xF9411B) is known color: Red Orange. HEX triplet: F9, 41 and 1B. RGB value is (249,65,27). Sum of RGB (Red+Green+Blue) = 249+65+27=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9411B is #06BEE4. Grayscale: #747474. Windows color (decimal): -442085 or 1786361. OLE color: 1786361.

HSL color Cylindrical-coordinate representation of color #F9411B: hue angle of 10.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9411B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 27 -
CMYK 0 0.74 0.89 0.02
HSL 10.27º 0.95% 0.54% -
HSV(B) 10.27º 0.89% 0.98% -
XYZ 41.16 24 3.5 -
YUV 115.68 77.96 223.09 -
System Red Green Blue C M Y K H S L
Decimal 249 65 27 0 0.74 0.89 0.02 10.27 0.95 0.54
Hex F9 41 1B 0 4A 59 2 A 5F 36
Octal 371 101 33 0 112 131 2 12 137 66
Binary 11111001 1000001 11011 0 1001010 1011001 10 1010 1011111 110110

Color Harmonies of #F9411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9411B

Black with #F9411B

Text Example


Text Example

White with #F9411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9411B; }

 p { color: rgb(249,65,27); }

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

background-color css

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

 a { background-color: rgb(249,65,27); }

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

border-color css

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

 span { border-color: rgb(249,65,27); }

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