Html Css Color HEX #FA442E Red Orange

📋 copy color: '#FA442E'

red 250 ◦ green 68 ◦ blue 46

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

Shades of Red Orange #FA442E

Tints of Red Orange #FA442E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.64%

R = 68.68%
G = 18.68%
B = 12.64%

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

#FA442E (or 0xFA442E) is known color: Red Orange. HEX triplet: FA, 44 and 2E. RGB value is (250,68,46). Sum of RGB (Red+Green+Blue) = 250+68+46=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA442E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA442E is #05BBD1. Grayscale: #787878. Windows color (decimal): -375762 or 3032314. OLE color: 3032314.

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

Color convert

RGB 250 68 46 -
CMYK 0 0.73 0.82 0.02
HSL 6.47º 0.95% 0.58% -
HSV(B) 6.47º 0.82% 0.98% -
XYZ 41.98 24.66 5.13 -
YUV 119.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 250 68 46 0 0.73 0.82 0.02 6.47 0.95 0.58
Hex FA 44 2E 0 49 52 2 6 5F 3A
Octal 372 104 56 0 111 122 2 6 137 72
Binary 11111010 1000100 101110 0 1001001 1010010 10 110 1011111 111010

Color Harmonies of #FA442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA442E

Black with #FA442E

Text Example


Text Example

White with #FA442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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