Html Css Color HEX #FA471A Orange Red

📋 copy color: '#FA471A'

red 250 ◦ green 71 ◦ blue 26

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

Shades of Orange Red #FA471A

Tints of Orange Red #FA471A

RGB

 RED value IS 250 (98.05% from 255) = 72.05%

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

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

R = 72.05%
G = 20.46%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA471A (or 0xFA471A) is known color: Orange Red. HEX triplet: FA, 47 and 1A. RGB value is (250,71,26). Sum of RGB (Red+Green+Blue) = 250+71+26=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA471A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA471A is #05B8E5. Grayscale: #777777. Windows color (decimal): -375014 or 1722362. OLE color: 1722362.

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

Color convert

RGB 250 71 26 -
CMYK 0 0.72 0.90 0.02
HSL 12.05º 0.96% 0.54% -
HSV(B) 12.05º 0.9% 0.98% -
XYZ 41.86 24.91 3.58 -
YUV 119.39 75.3 221.16 -
System Red Green Blue C M Y K H S L
Decimal 250 71 26 0 0.72 0.90 0.02 12.05 0.96 0.54
Hex FA 47 1A 0 48 5A 2 C 60 36
Octal 372 107 32 0 110 132 2 14 140 66
Binary 11111010 1000111 11010 0 1001000 1011010 10 1100 1100000 110110

Color Harmonies of #FA471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA471A

Black with #FA471A

Text Example


Text Example

White with #FA471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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