Html Css Color HEX #F9471B Orange Red

📋 copy color: '#F9471B'

red 249 ◦ green 71 ◦ blue 27

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

Shades of Orange Red #F9471B

Tints of Orange Red #F9471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

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

R = 71.76%
G = 20.46%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9471B (or 0xF9471B) is known color: Orange Red. HEX triplet: F9, 47 and 1B. RGB value is (249,71,27). Sum of RGB (Red+Green+Blue) = 249+71+27=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F9471B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9471B is #06B8E4. Grayscale: #777777. Windows color (decimal): -440549 or 1787897. OLE color: 1787897.

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

Color convert

RGB 249 71 27 -
CMYK 0 0.71 0.89 0.02
HSL 11.89º 0.95% 0.54% -
HSV(B) 11.89º 0.89% 0.98% -
XYZ 41.52 24.73 3.62 -
YUV 119.21 75.97 220.58 -
System Red Green Blue C M Y K H S L
Decimal 249 71 27 0 0.71 0.89 0.02 11.89 0.95 0.54
Hex F9 47 1B 0 47 59 2 C 5F 36
Octal 371 107 33 0 107 131 2 14 137 66
Binary 11111001 1000111 11011 0 1000111 1011001 10 1100 1011111 110110

Color Harmonies of #F9471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9471B

Black with #F9471B

Text Example


Text Example

White with #F9471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9471B; }

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

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

background-color css

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

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

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

border-color css

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

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

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