Html Css Color HEX #FA3E1E Red Orange

📋 copy color: '#FA3E1E'

red 250 ◦ green 62 ◦ blue 30

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

Shades of Red Orange #FA3E1E

Tints of Red Orange #FA3E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.13%

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

R = 73.1%
G = 18.13%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA3E1E (or 0xFA3E1E) is known color: Red Orange. HEX triplet: FA, 3E and 1E. RGB value is (250,62,30). Sum of RGB (Red+Green+Blue) = 250+62+30=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3E1E is #05C1E1. Grayscale: #727272. Windows color (decimal): -377314 or 1982202. OLE color: 1982202.

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

Color convert

RGB 250 62 30 -
CMYK 0 0.75 0.88 0.02
HSL 8.73º 0.96% 0.55% -
HSV(B) 8.73º 0.88% 0.98% -
XYZ 41.38 23.86 3.65 -
YUV 114.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 250 62 30 0 0.75 0.88 0.02 8.73 0.96 0.55
Hex FA 3E 1E 0 4B 58 2 9 60 37
Octal 372 76 36 0 113 130 2 11 140 67
Binary 11111010 111110 11110 0 1001011 1011000 10 1001 1100000 110111

Color Harmonies of #FA3E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E1E

Black with #FA3E1E

Text Example


Text Example

White with #FA3E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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