Html Css Color HEX #FA461F Red Orange

📋 copy color: '#FA461F'

red 250 ◦ green 70 ◦ blue 31

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

Shades of Red Orange #FA461F

Tints of Red Orange #FA461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 71.23%
G = 19.94%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA461F (or 0xFA461F) is known color: Red Orange. HEX triplet: FA, 46 and 1F. RGB value is (250,70,31). Sum of RGB (Red+Green+Blue) = 250+70+31=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA461F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA461F is #05B9E0. Grayscale: #777777. Windows color (decimal): -375265 or 2049786. OLE color: 2049786.

HSL color Cylindrical-coordinate representation of color #FA461F: hue angle of 10.68º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA461F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 70 31 -
CMYK 0 0.72 0.88 0.02
HSL 10.68º 0.96% 0.55% -
HSV(B) 10.68º 0.88% 0.98% -
XYZ 41.86 24.8 3.88 -
YUV 119.37 78.13 221.17 -
System Red Green Blue C M Y K H S L
Decimal 250 70 31 0 0.72 0.88 0.02 10.68 0.96 0.55
Hex FA 46 1F 0 48 58 2 B 60 37
Octal 372 106 37 0 110 130 2 13 140 67
Binary 11111010 1000110 11111 0 1001000 1011000 10 1011 1100000 110111

Color Harmonies of #FA461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA461F

Black with #FA461F

Text Example


Text Example

White with #FA461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA461F; }

 p { color: rgb(250,70,31); }

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

background-color css

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

 a { background-color: rgb(250,70,31); }

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

border-color css

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

 span { border-color: rgb(250,70,31); }

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