Html Css Color HEX #F9471A Orange Red

📋 copy color: '#F9471A'

red 249 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #F9471A

Tints of Orange Red #F9471A

RGB

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

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

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

R = 71.97%
G = 20.52%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9471A (or 0xF9471A) is known color: Orange Red. HEX triplet: F9, 47 and 1A. RGB value is (249,71,26). Sum of RGB (Red+Green+Blue) = 249+71+26=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9471A is #06B8E5. Grayscale: #777777. Windows color (decimal): -440550 or 1722361. OLE color: 1722361.

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

Color convert

RGB 249 71 26 -
CMYK 0 0.71 0.90 0.02
HSL 12.11º 0.95% 0.54% -
HSV(B) 12.11º 0.9% 0.98% -
XYZ 41.51 24.72 3.56 -
YUV 119.09 75.47 220.66 -
System Red Green Blue C M Y K H S L
Decimal 249 71 26 0 0.71 0.90 0.02 12.11 0.95 0.54
Hex F9 47 1A 0 47 5A 2 C 5F 36
Octal 371 107 32 0 107 132 2 14 137 66
Binary 11111001 1000111 11010 0 1000111 1011010 10 1100 1011111 110110

Color Harmonies of #F9471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9471A

Black with #F9471A

Text Example


Text Example

White with #F9471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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