Html Css Color HEX #FA442C Red Orange

📋 copy color: '#FA442C'

red 250 ◦ green 68 ◦ blue 44

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

Shades of Red Orange #FA442C

Tints of Red Orange #FA442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

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

R = 69.06%
G = 18.78%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA442C (or 0xFA442C) is known color: Red Orange. HEX triplet: FA, 44 and 2C. RGB value is (250,68,44). Sum of RGB (Red+Green+Blue) = 250+68+44=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA442C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA442C is #05BBD3. Grayscale: #777777. Windows color (decimal): -375764 or 2901242. OLE color: 2901242.

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

Color convert

RGB 250 68 44 -
CMYK 0 0.73 0.82 0.02
HSL 6.99º 0.95% 0.58% -
HSV(B) 6.99º 0.82% 0.98% -
XYZ 41.95 24.64 4.93 -
YUV 119.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 250 68 44 0 0.73 0.82 0.02 6.99 0.95 0.58
Hex FA 44 2C 0 49 52 2 7 5F 3A
Octal 372 104 54 0 111 122 2 7 137 72
Binary 11111010 1000100 101100 0 1001001 1010010 10 111 1011111 111010

Color Harmonies of #FA442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA442C

Black with #FA442C

Text Example


Text Example

White with #FA442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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