Html Css Color HEX #FA3228 Red Orange

📋 copy color: '#FA3228'

red 250 ◦ green 50 ◦ blue 40

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

Shades of Red Orange #FA3228

Tints of Red Orange #FA3228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.71%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 73.53%
G = 14.71%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3228 (or 0xFA3228) is known color: Red Orange. HEX triplet: FA, 32 and 28. RGB value is (250,50,40). Sum of RGB (Red+Green+Blue) = 250+50+40=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3228 is #05CDD7. Grayscale: #6C6C6C. Windows color (decimal): -380376 or 2634490. OLE color: 2634490.

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

Color convert

RGB 250 50 40 -
CMYK 0 0.8 0.84 0.02
HSL 2.86º 0.95% 0.57% -
HSV(B) 2.86º 0.84% 0.98% -
XYZ 40.95 22.76 4.24 -
YUV 108.66 89.26 228.81 -
System Red Green Blue C M Y K H S L
Decimal 250 50 40 0 0.8 0.84 0.02 2.86 0.95 0.57
Hex FA 32 28 0 50 54 2 3 5F 39
Octal 372 62 50 0 120 124 2 3 137 71
Binary 11111010 110010 101000 0 1010000 1010100 10 11 1011111 111001

Color Harmonies of #FA3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3228

Black with #FA3228

Text Example


Text Example

White with #FA3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3228; }

 p { color: rgb(250,50,40); }

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

background-color css

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

 a { background-color: rgb(250,50,40); }

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

border-color css

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

 span { border-color: rgb(250,50,40); }

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