Html Css Color HEX #FA4222 Red Orange

📋 copy color: '#FA4222'

red 250 ◦ green 66 ◦ blue 34

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

Shades of Red Orange #FA4222

Tints of Red Orange #FA4222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 71.43%
G = 18.86%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA4222 (or 0xFA4222) is known color: Red Orange. HEX triplet: FA, 42 and 22. RGB value is (250,66,34). Sum of RGB (Red+Green+Blue) = 250+66+34=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4222 is #05BDDD. Grayscale: #757575. Windows color (decimal): -376286 or 2245370. OLE color: 2245370.

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

Color convert

RGB 250 66 34 -
CMYK 0 0.74 0.86 0.02
HSL 8.89º 0.96% 0.56% -
HSV(B) 8.89º 0.86% 0.98% -
XYZ 41.66 24.34 4.01 -
YUV 117.37 80.96 222.6 -
System Red Green Blue C M Y K H S L
Decimal 250 66 34 0 0.74 0.86 0.02 8.89 0.96 0.56
Hex FA 42 22 0 4A 56 2 9 60 38
Octal 372 102 42 0 112 126 2 11 140 70
Binary 11111010 1000010 100010 0 1001010 1010110 10 1001 1100000 111000

Color Harmonies of #FA4222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4222

Black with #FA4222

Text Example


Text Example

White with #FA4222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4222; }

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

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

background-color css

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

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

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

border-color css

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

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

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