Html Css Color HEX #FA381B Red Orange

📋 copy color: '#FA381B'

red 250 ◦ green 56 ◦ blue 27

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

Shades of Red Orange #FA381B

Tints of Red Orange #FA381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 75.08%
G = 16.82%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA381B (or 0xFA381B) is known color: Red Orange. HEX triplet: FA, 38 and 1B. RGB value is (250,56,27). Sum of RGB (Red+Green+Blue) = 250+56+27=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA381B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA381B is #05C7E4. Grayscale: #6F6F6F. Windows color (decimal): -378853 or 1784058. OLE color: 1784058.

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

Color convert

RGB 250 56 27 -
CMYK 0 0.78 0.89 0.02
HSL 7.8º 0.96% 0.54% -
HSV(B) 7.8º 0.89% 0.98% -
XYZ 41.04 23.23 3.36 -
YUV 110.7 80.77 227.36 -
System Red Green Blue C M Y K H S L
Decimal 250 56 27 0 0.78 0.89 0.02 7.8 0.96 0.54
Hex FA 38 1B 0 4E 59 2 8 60 36
Octal 372 70 33 0 116 131 2 10 140 66
Binary 11111010 111000 11011 0 1001110 1011001 10 1000 1100000 110110

Color Harmonies of #FA381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA381B

Black with #FA381B

Text Example


Text Example

White with #FA381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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