Html Css Color HEX #FA5C32 Outrageous Orange

📋 copy color: '#FA5C32'

red 250 ◦ green 92 ◦ blue 50

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

Shades of Outrageous Orange #FA5C32

Tints of Outrageous Orange #FA5C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 63.78%
G = 23.47%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA5C32 (or 0xFA5C32) is known color: Outrageous Orange. HEX triplet: FA, 5C and 32. RGB value is (250,92,50). Sum of RGB (Red+Green+Blue) = 250+92+50=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5C32 is #05A3CD. Grayscale: #868686. Windows color (decimal): -369614 or 3300602. OLE color: 3300602.

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

Color convert

RGB 250 92 50 -
CMYK 0 0.63 0.8 0.02
HSL 12.6º 0.95% 0.59% -
HSV(B) 12.6º 0.8% 0.98% -
XYZ 43.83 28.21 6.15 -
YUV 134.45 80.35 210.42 -
System Red Green Blue C M Y K H S L
Decimal 250 92 50 0 0.63 0.8 0.02 12.6 0.95 0.59
Hex FA 5C 32 0 3F 50 2 D 5F 3B
Octal 372 134 62 0 77 120 2 15 137 73
Binary 11111010 1011100 110010 0 111111 1010000 10 1101 1011111 111011

Color Harmonies of #FA5C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C32

Black with #FA5C32

Text Example


Text Example

White with #FA5C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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