Html Css Color HEX #FA3A1B Red Orange

📋 copy color: '#FA3A1B'

red 250 ◦ green 58 ◦ blue 27

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

Shades of Red Orange #FA3A1B

Tints of Red Orange #FA3A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 74.63%
G = 17.31%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA3A1B (or 0xFA3A1B) is known color: Red Orange. HEX triplet: FA, 3A and 1B. RGB value is (250,58,27). Sum of RGB (Red+Green+Blue) = 250+58+27=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A1B is #05C5E4. Grayscale: #707070. Windows color (decimal): -378341 or 1784570. OLE color: 1784570.

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

Color convert

RGB 250 58 27 -
CMYK 0 0.77 0.89 0.02
HSL 8.34º 0.96% 0.54% -
HSV(B) 8.34º 0.89% 0.98% -
XYZ 41.14 23.43 3.39 -
YUV 111.87 80.11 226.52 -
System Red Green Blue C M Y K H S L
Decimal 250 58 27 0 0.77 0.89 0.02 8.34 0.96 0.54
Hex FA 3A 1B 0 4D 59 2 8 60 36
Octal 372 72 33 0 115 131 2 10 140 66
Binary 11111010 111010 11011 0 1001101 1011001 10 1000 1100000 110110

Color Harmonies of #FA3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A1B

Black with #FA3A1B

Text Example


Text Example

White with #FA3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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