Html Css Color HEX #FA422C Red Orange

📋 copy color: '#FA422C'

red 250 ◦ green 66 ◦ blue 44

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

Shades of Red Orange #FA422C

Tints of Red Orange #FA422C

RGB

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

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

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

R = 69.44%
G = 18.33%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA422C (or 0xFA422C) is known color: Red Orange. HEX triplet: FA, 42 and 2C. RGB value is (250,66,44). Sum of RGB (Red+Green+Blue) = 250+66+44=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA422C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA422C is #05BDD3. Grayscale: #767676. Windows color (decimal): -376276 or 2900730. OLE color: 2900730.

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

Color convert

RGB 250 66 44 -
CMYK 0 0.74 0.82 0.02
HSL 6.41º 0.95% 0.58% -
HSV(B) 6.41º 0.82% 0.98% -
XYZ 41.83 24.4 4.89 -
YUV 118.51 85.96 221.79 -
System Red Green Blue C M Y K H S L
Decimal 250 66 44 0 0.74 0.82 0.02 6.41 0.95 0.58
Hex FA 42 2C 0 4A 52 2 6 5F 3A
Octal 372 102 54 0 112 122 2 6 137 72
Binary 11111010 1000010 101100 0 1001010 1010010 10 110 1011111 111010

Color Harmonies of #FA422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA422C

Black with #FA422C

Text Example


Text Example

White with #FA422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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