Html Css Color HEX #FA3732 Red Orange

📋 copy color: '#FA3732'

red 250 ◦ green 55 ◦ blue 50

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

Shades of Red Orange #FA3732

Tints of Red Orange #FA3732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 70.42%
G = 15.49%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA3732 (or 0xFA3732) is known color: Red Orange. HEX triplet: FA, 37 and 32. RGB value is (250,55,50). Sum of RGB (Red+Green+Blue) = 250+55+50=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3732 is #05C8CD. Grayscale: #707070. Windows color (decimal): -379086 or 3291130. OLE color: 3291130.

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

Color convert

RGB 250 55 50 -
CMYK 0 0.78 0.8 0.02
HSL 1.5º 0.95% 0.59% -
HSV(B) 1.5º 0.8% 0.98% -
XYZ 41.37 23.29 5.33 -
YUV 112.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 250 55 50 0 0.78 0.8 0.02 1.5 0.95 0.59
Hex FA 37 32 0 4E 50 2 2 5F 3B
Octal 372 67 62 0 116 120 2 2 137 73
Binary 11111010 110111 110010 0 1001110 1010000 10 10 1011111 111011

Color Harmonies of #FA3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3732

Black with #FA3732

Text Example


Text Example

White with #FA3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3732; }

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

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

background-color css

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

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

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

border-color css

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

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

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