Html Css Color HEX #FA461C Red Orange

📋 copy color: '#FA461C'

red 250 ◦ green 70 ◦ blue 28

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

Shades of Red Orange #FA461C

Tints of Red Orange #FA461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 71.84%
G = 20.11%
B = 8.05%

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

#FA461C (or 0xFA461C) is known color: Red Orange. HEX triplet: FA, 46 and 1C. RGB value is (250,70,28). Sum of RGB (Red+Green+Blue) = 250+70+28=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA461C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA461C is #05B9E3. Grayscale: #777777. Windows color (decimal): -375268 or 1853178. OLE color: 1853178.

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

Color convert

RGB 250 70 28 -
CMYK 0 0.72 0.89 0.02
HSL 11.35º 0.96% 0.55% -
HSV(B) 11.35º 0.89% 0.98% -
XYZ 41.82 24.79 3.68 -
YUV 119.03 76.63 221.42 -
System Red Green Blue C M Y K H S L
Decimal 250 70 28 0 0.72 0.89 0.02 11.35 0.96 0.55
Hex FA 46 1C 0 48 59 2 B 60 37
Octal 372 106 34 0 110 131 2 13 140 67
Binary 11111010 1000110 11100 0 1001000 1011001 10 1011 1100000 110111

Color Harmonies of #FA461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA461C

Black with #FA461C

Text Example


Text Example

White with #FA461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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