Html Css Color HEX #FA422F Red Orange

📋 copy color: '#FA422F'

red 250 ◦ green 66 ◦ blue 47

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

Shades of Red Orange #FA422F

Tints of Red Orange #FA422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 68.87%
G = 18.18%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA422F (or 0xFA422F) is known color: Red Orange. HEX triplet: FA, 42 and 2F. RGB value is (250,66,47). Sum of RGB (Red+Green+Blue) = 250+66+47=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA422F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA422F is #05BDD0. Grayscale: #777777. Windows color (decimal): -376273 or 3097338. OLE color: 3097338.

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

Color convert

RGB 250 66 47 -
CMYK 0 0.74 0.81 0.02
HSL 5.62º 0.95% 0.58% -
HSV(B) 5.62º 0.81% 0.98% -
XYZ 41.89 24.43 5.2 -
YUV 118.85 87.46 221.54 -
System Red Green Blue C M Y K H S L
Decimal 250 66 47 0 0.74 0.81 0.02 5.62 0.95 0.58
Hex FA 42 2F 0 4A 51 2 6 5F 3A
Octal 372 102 57 0 112 121 2 6 137 72
Binary 11111010 1000010 101111 0 1001010 1010001 10 110 1011111 111010

Color Harmonies of #FA422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA422F

Black with #FA422F

Text Example


Text Example

White with #FA422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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