Html Css Color HEX #FA5A32 Outrageous Orange

📋 copy color: '#FA5A32'

red 250 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #FA5A32

Tints of Outrageous Orange #FA5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.08%

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

R = 64.1%
G = 23.08%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA5A32 (or 0xFA5A32) is known color: Outrageous Orange. HEX triplet: FA, 5A and 32. RGB value is (250,90,50). Sum of RGB (Red+Green+Blue) = 250+90+50=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A32 is #05A5CD. Grayscale: #858585. Windows color (decimal): -370126 or 3300090. OLE color: 3300090.

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

Color convert

RGB 250 90 50 -
CMYK 0 0.64 0.8 0.02
HSL 12º 0.95% 0.59% -
HSV(B) 12º 0.8% 0.98% -
XYZ 43.66 27.87 6.1 -
YUV 133.28 81.01 211.25 -
System Red Green Blue C M Y K H S L
Decimal 250 90 50 0 0.64 0.8 0.02 12 0.95 0.59
Hex FA 5A 32 0 40 50 2 C 5F 3B
Octal 372 132 62 0 100 120 2 14 137 73
Binary 11111010 1011010 110010 0 1000000 1010000 10 1100 1011111 111011

Color Harmonies of #FA5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A32

Black with #FA5A32

Text Example


Text Example

White with #FA5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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