Html Css Color HEX #FA481B Orange Red

📋 copy color: '#FA481B'

red 250 ◦ green 72 ◦ blue 27

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

Shades of Orange Red #FA481B

Tints of Orange Red #FA481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

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

R = 71.63%
G = 20.63%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA481B (or 0xFA481B) is known color: Orange Red. HEX triplet: FA, 48 and 1B. RGB value is (250,72,27). Sum of RGB (Red+Green+Blue) = 250+72+27=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA481B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA481B is #05B7E4. Grayscale: #787878. Windows color (decimal): -374757 or 1788154. OLE color: 1788154.

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

Color convert

RGB 250 72 27 -
CMYK 0 0.71 0.89 0.02
HSL 12.11º 0.96% 0.54% -
HSV(B) 12.11º 0.89% 0.98% -
XYZ 41.94 25.04 3.66 -
YUV 120.09 75.47 220.66 -
System Red Green Blue C M Y K H S L
Decimal 250 72 27 0 0.71 0.89 0.02 12.11 0.96 0.54
Hex FA 48 1B 0 47 59 2 C 60 36
Octal 372 110 33 0 107 131 2 14 140 66
Binary 11111010 1001000 11011 0 1000111 1011001 10 1100 1100000 110110

Color Harmonies of #FA481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA481B

Black with #FA481B

Text Example


Text Example

White with #FA481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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