Html Css Color HEX #FA382C Red Orange

📋 copy color: '#FA382C'

red 250 ◦ green 56 ◦ blue 44

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

Shades of Red Orange #FA382C

Tints of Red Orange #FA382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 71.43%
G = 16%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA382C (or 0xFA382C) is known color: Red Orange. HEX triplet: FA, 38 and 2C. RGB value is (250,56,44). Sum of RGB (Red+Green+Blue) = 250+56+44=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA382C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA382C is #05C7D3. Grayscale: #707070. Windows color (decimal): -378836 or 2898170. OLE color: 2898170.

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

Color convert

RGB 250 56 44 -
CMYK 0 0.78 0.82 0.02
HSL 3.5º 0.95% 0.58% -
HSV(B) 3.5º 0.82% 0.98% -
XYZ 41.29 23.33 4.71 -
YUV 112.64 89.27 225.98 -
System Red Green Blue C M Y K H S L
Decimal 250 56 44 0 0.78 0.82 0.02 3.5 0.95 0.58
Hex FA 38 2C 0 4E 52 2 3 5F 3A
Octal 372 70 54 0 116 122 2 3 137 72
Binary 11111010 111000 101100 0 1001110 1010010 10 11 1011111 111010

Color Harmonies of #FA382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA382C

Black with #FA382C

Text Example


Text Example

White with #FA382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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