Html Css Color HEX #FA4622 Red Orange

📋 copy color: '#FA4622'

red 250 ◦ green 70 ◦ blue 34

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

Shades of Red Orange #FA4622

Tints of Red Orange #FA4622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

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

R = 70.62%
G = 19.77%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA4622 (or 0xFA4622) is known color: Red Orange. HEX triplet: FA, 46 and 22. RGB value is (250,70,34). Sum of RGB (Red+Green+Blue) = 250+70+34=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4622 is #05B9DD. Grayscale: #787878. Windows color (decimal): -375262 or 2246394. OLE color: 2246394.

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

Color convert

RGB 250 70 34 -
CMYK 0 0.72 0.86 0.02
HSL 10º 0.96% 0.56% -
HSV(B) 10º 0.86% 0.98% -
XYZ 41.9 24.82 4.1 -
YUV 119.72 79.63 220.93 -
System Red Green Blue C M Y K H S L
Decimal 250 70 34 0 0.72 0.86 0.02 10 0.96 0.56
Hex FA 46 22 0 48 56 2 A 60 38
Octal 372 106 42 0 110 126 2 12 140 70
Binary 11111010 1000110 100010 0 1001000 1010110 10 1010 1100000 111000

Color Harmonies of #FA4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4622

Black with #FA4622

Text Example


Text Example

White with #FA4622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4622; }

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

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

background-color css

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

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

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

border-color css

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

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

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