Html Css Color HEX #FA3227 Red Orange

📋 copy color: '#FA3227'

red 250 ◦ green 50 ◦ blue 39

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

Shades of Red Orange #FA3227

Tints of Red Orange #FA3227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.5%

R = 73.75%
G = 14.75%
B = 11.5%

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

#FA3227 (or 0xFA3227) is known color: Red Orange. HEX triplet: FA, 32 and 27. RGB value is (250,50,39). Sum of RGB (Red+Green+Blue) = 250+50+39=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3227 is #05CDD8. Grayscale: #6C6C6C. Windows color (decimal): -380377 or 2568954. OLE color: 2568954.

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

Color convert

RGB 250 50 39 -
CMYK 0 0.8 0.84 0.02
HSL 3.13º 0.95% 0.57% -
HSV(B) 3.13º 0.84% 0.98% -
XYZ 40.93 22.75 4.15 -
YUV 108.55 88.76 228.89 -
System Red Green Blue C M Y K H S L
Decimal 250 50 39 0 0.8 0.84 0.02 3.13 0.95 0.57
Hex FA 32 27 0 50 54 2 3 5F 39
Octal 372 62 47 0 120 124 2 3 137 71
Binary 11111010 110010 100111 0 1010000 1010100 10 11 1011111 111001

Color Harmonies of #FA3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3227

Black with #FA3227

Text Example


Text Example

White with #FA3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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