Html Css Color HEX #FA490B Orange Red

📋 copy color: '#FA490B'

red 250 ◦ green 73 ◦ blue 11

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

Shades of Orange Red #FA490B

Tints of Orange Red #FA490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.86%

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 74.85%
G = 21.86%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA490B (or 0xFA490B) is known color: Orange Red. HEX triplet: FA, 49 and 0B. RGB value is (250,73,11). Sum of RGB (Red+Green+Blue) = 250+73+11=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA490B is #05B6F4. Grayscale: #777777. Windows color (decimal): -374517 or 739834. OLE color: 739834.

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

Color convert

RGB 250 73 11 -
CMYK 0 0.71 0.96 0.02
HSL 15.56º 0.96% 0.51% -
HSV(B) 15.56º 0.96% 0.98% -
XYZ 41.87 25.11 2.96 -
YUV 118.86 67.14 221.54 -
System Red Green Blue C M Y K H S L
Decimal 250 73 11 0 0.71 0.96 0.02 15.56 0.96 0.51
Hex FA 49 B 0 47 60 2 10 60 33
Octal 372 111 13 0 107 140 2 20 140 63
Binary 11111010 1001001 1011 0 1000111 1100000 10 10000 1100000 110011

Color Harmonies of #FA490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA490B

Black with #FA490B

Text Example


Text Example

White with #FA490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA490B; }

 p { color: rgb(250,73,11); }

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

background-color css

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

 a { background-color: rgb(250,73,11); }

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

border-color css

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

 span { border-color: rgb(250,73,11); }

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