Html Css Color HEX #F9461B Orange Red

📋 copy color: '#F9461B'

red 249 ◦ green 70 ◦ blue 27

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

Shades of Orange Red #F9461B

Tints of Orange Red #F9461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

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

R = 71.97%
G = 20.23%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9461B (or 0xF9461B) is known color: Orange Red. HEX triplet: F9, 46 and 1B. RGB value is (249,70,27). Sum of RGB (Red+Green+Blue) = 249+70+27=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9461B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9461B is #06B9E4. Grayscale: #767676. Windows color (decimal): -440805 or 1787641. OLE color: 1787641.

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

Color convert

RGB 249 70 27 -
CMYK 0 0.72 0.89 0.02
HSL 11.62º 0.95% 0.54% -
HSV(B) 11.62º 0.89% 0.98% -
XYZ 41.45 24.6 3.6 -
YUV 118.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 249 70 27 0 0.72 0.89 0.02 11.62 0.95 0.54
Hex F9 46 1B 0 48 59 2 C 5F 36
Octal 371 106 33 0 110 131 2 14 137 66
Binary 11111001 1000110 11011 0 1001000 1011001 10 1100 1011111 110110

Color Harmonies of #F9461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9461B

Black with #F9461B

Text Example


Text Example

White with #F9461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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