Html Css Color HEX #FA4032 Red Orange

📋 copy color: '#FA4032'

red 250 ◦ green 64 ◦ blue 50

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

Shades of Red Orange #FA4032

Tints of Red Orange #FA4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 68.68%
G = 17.58%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA4032 (or 0xFA4032) is known color: Red Orange. HEX triplet: FA, 40 and 32. RGB value is (250,64,50). Sum of RGB (Red+Green+Blue) = 250+64+50=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4032 is #05BFCD. Grayscale: #767676. Windows color (decimal): -376782 or 3293434. OLE color: 3293434.

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

Color convert

RGB 250 64 50 -
CMYK 0 0.74 0.8 0.02
HSL 4.2º 0.95% 0.59% -
HSV(B) 4.2º 0.8% 0.98% -
XYZ 41.83 24.22 5.49 -
YUV 118.02 89.62 222.14 -
System Red Green Blue C M Y K H S L
Decimal 250 64 50 0 0.74 0.8 0.02 4.2 0.95 0.59
Hex FA 40 32 0 4A 50 2 4 5F 3B
Octal 372 100 62 0 112 120 2 4 137 73
Binary 11111010 1000000 110010 0 1001010 1010000 10 100 1011111 111011

Color Harmonies of #FA4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4032

Black with #FA4032

Text Example


Text Example

White with #FA4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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