Html Css Color HEX #FA4922 Red Orange

📋 copy color: '#FA4922'

red 250 ◦ green 73 ◦ blue 34

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

Shades of Red Orange #FA4922

Tints of Red Orange #FA4922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 70.03%
G = 20.45%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA4922 (or 0xFA4922) is known color: Red Orange. HEX triplet: FA, 49 and 22. RGB value is (250,73,34). Sum of RGB (Red+Green+Blue) = 250+73+34=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4922 is #05B6DD. Grayscale: #797979. Windows color (decimal): -374494 or 2247162. OLE color: 2247162.

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

Color convert

RGB 250 73 34 -
CMYK 0 0.71 0.86 0.02
HSL 10.83º 0.96% 0.56% -
HSV(B) 10.83º 0.86% 0.98% -
XYZ 42.1 25.2 4.16 -
YUV 121.48 78.64 219.67 -
System Red Green Blue C M Y K H S L
Decimal 250 73 34 0 0.71 0.86 0.02 10.83 0.96 0.56
Hex FA 49 22 0 47 56 2 B 60 38
Octal 372 111 42 0 107 126 2 13 140 70
Binary 11111010 1001001 100010 0 1000111 1010110 10 1011 1100000 111000

Color Harmonies of #FA4922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4922

Black with #FA4922

Text Example


Text Example

White with #FA4922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4922; }

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

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

background-color css

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

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

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

border-color css

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

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

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