Html Css Color HEX #FA492C Red Orange

📋 copy color: '#FA492C'

red 250 ◦ green 73 ◦ blue 44

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

Shades of Red Orange #FA492C

Tints of Red Orange #FA492C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.99%

R = 68.12%
G = 19.89%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA492C (or 0xFA492C) is known color: Red Orange. HEX triplet: FA, 49 and 2C. RGB value is (250,73,44). Sum of RGB (Red+Green+Blue) = 250+73+44=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA492C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA492C is #05B6D3. Grayscale: #7A7A7A. Windows color (decimal): -374484 or 2902522. OLE color: 2902522.

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

Color convert

RGB 250 73 44 -
CMYK 0 0.71 0.82 0.02
HSL 8.45º 0.95% 0.58% -
HSV(B) 8.45º 0.82% 0.98% -
XYZ 42.26 25.27 5.03 -
YUV 122.62 83.64 218.86 -
System Red Green Blue C M Y K H S L
Decimal 250 73 44 0 0.71 0.82 0.02 8.45 0.95 0.58
Hex FA 49 2C 0 47 52 2 8 5F 3A
Octal 372 111 54 0 107 122 2 10 137 72
Binary 11111010 1001001 101100 0 1000111 1010010 10 1000 1011111 111010

Color Harmonies of #FA492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA492C

Black with #FA492C

Text Example


Text Example

White with #FA492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA492C; }

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

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

background-color css

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

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

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

border-color css

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

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

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