Html Css Color HEX #FA3A1E Red Orange

📋 copy color: '#FA3A1E'

red 250 ◦ green 58 ◦ blue 30

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

Shades of Red Orange #FA3A1E

Tints of Red Orange #FA3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 73.96%
G = 17.16%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA3A1E (or 0xFA3A1E) is known color: Red Orange. HEX triplet: FA, 3A and 1E. RGB value is (250,58,30). Sum of RGB (Red+Green+Blue) = 250+58+30=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A1E is #05C5E1. Grayscale: #707070. Windows color (decimal): -378338 or 1981178. OLE color: 1981178.

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

Color convert

RGB 250 58 30 -
CMYK 0 0.77 0.88 0.02
HSL 7.64º 0.96% 0.55% -
HSV(B) 7.64º 0.88% 0.98% -
XYZ 41.17 23.44 3.58 -
YUV 112.22 81.61 226.28 -
System Red Green Blue C M Y K H S L
Decimal 250 58 30 0 0.77 0.88 0.02 7.64 0.96 0.55
Hex FA 3A 1E 0 4D 58 2 8 60 37
Octal 372 72 36 0 115 130 2 10 140 67
Binary 11111010 111010 11110 0 1001101 1011000 10 1000 1100000 110111

Color Harmonies of #FA3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A1E

Black with #FA3A1E

Text Example


Text Example

White with #FA3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A1E; }

 p { color: rgb(250,58,30); }

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

background-color css

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

 a { background-color: rgb(250,58,30); }

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

border-color css

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

 span { border-color: rgb(250,58,30); }

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