Html Css Color HEX #FA301B Red Orange

📋 copy color: '#FA301B'

red 250 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #FA301B

Tints of Red Orange #FA301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

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

R = 76.92%
G = 14.77%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA301B (or 0xFA301B) is known color: Red Orange. HEX triplet: FA, 30 and 1B. RGB value is (250,48,27). Sum of RGB (Red+Green+Blue) = 250+48+27=325 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 250 - color contains mainly: red. Hex color #FA301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA301B is #05CFE4. Grayscale: #6A6A6A. Windows color (decimal): -380901 or 1782010. OLE color: 1782010.

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

Color convert

RGB 250 48 27 -
CMYK 0 0.81 0.89 0.02
HSL 5.65º 0.96% 0.54% -
HSV(B) 5.65º 0.89% 0.98% -
XYZ 40.68 22.52 3.24 -
YUV 106 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 250 48 27 0 0.81 0.89 0.02 5.65 0.96 0.54
Hex FA 30 1B 0 51 59 2 6 60 36
Octal 372 60 33 0 121 131 2 6 140 66
Binary 11111010 110000 11011 0 1010001 1011001 10 110 1100000 110110

Color Harmonies of #FA301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA301B

Black with #FA301B

Text Example


Text Example

White with #FA301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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