Html Css Color HEX #F9411A Orange Red

📋 copy color: '#F9411A'

red 249 ◦ green 65 ◦ blue 26

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

Shades of Orange Red #F9411A

Tints of Orange Red #F9411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 73.24%
G = 19.12%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9411A (or 0xF9411A) is known color: Orange Red. HEX triplet: F9, 41 and 1A. RGB value is (249,65,26). Sum of RGB (Red+Green+Blue) = 249+65+26=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F9411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9411A is #06BEE5. Grayscale: #737373. Windows color (decimal): -442086 or 1720825. OLE color: 1720825.

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

Color convert

RGB 249 65 26 -
CMYK 0 0.74 0.90 0.02
HSL 10.49º 0.95% 0.54% -
HSV(B) 10.49º 0.9% 0.98% -
XYZ 41.14 23.99 3.44 -
YUV 115.57 77.46 223.17 -
System Red Green Blue C M Y K H S L
Decimal 249 65 26 0 0.74 0.90 0.02 10.49 0.95 0.54
Hex F9 41 1A 0 4A 5A 2 A 5F 36
Octal 371 101 32 0 112 132 2 12 137 66
Binary 11111001 1000001 11010 0 1001010 1011010 10 1010 1011111 110110

Color Harmonies of #F9411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9411A

Black with #F9411A

Text Example


Text Example

White with #F9411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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