Html Css Color HEX #FA3C1E Red Orange

📋 copy color: '#FA3C1E'

red 250 ◦ green 60 ◦ blue 30

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

Shades of Red Orange #FA3C1E

Tints of Red Orange #FA3C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.65%

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

R = 73.53%
G = 17.65%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA3C1E (or 0xFA3C1E) is known color: Red Orange. HEX triplet: FA, 3C and 1E. RGB value is (250,60,30). Sum of RGB (Red+Green+Blue) = 250+60+30=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C1E is #05C3E1. Grayscale: #717171. Windows color (decimal): -377826 or 1981690. OLE color: 1981690.

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

Color convert

RGB 250 60 30 -
CMYK 0 0.76 0.88 0.02
HSL 8.18º 0.96% 0.55% -
HSV(B) 8.18º 0.88% 0.98% -
XYZ 41.27 23.65 3.62 -
YUV 113.39 80.95 225.44 -
System Red Green Blue C M Y K H S L
Decimal 250 60 30 0 0.76 0.88 0.02 8.18 0.96 0.55
Hex FA 3C 1E 0 4C 58 2 8 60 37
Octal 372 74 36 0 114 130 2 10 140 67
Binary 11111010 111100 11110 0 1001100 1011000 10 1000 1100000 110111

Color Harmonies of #FA3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C1E

Black with #FA3C1E

Text Example


Text Example

White with #FA3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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