Html Css Color HEX #FA6532 Outrageous Orange

📋 copy color: '#FA6532'

red 250 ◦ green 101 ◦ blue 50

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

Shades of Outrageous Orange #FA6532

Tints of Outrageous Orange #FA6532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.19%

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

R = 62.34%
G = 25.19%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA6532 (or 0xFA6532) is known color: Outrageous Orange. HEX triplet: FA, 65 and 32. RGB value is (250,101,50). Sum of RGB (Red+Green+Blue) = 250+101+50=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6532 is #059ACD. Grayscale: #8C8C8C. Windows color (decimal): -367310 or 3302906. OLE color: 3302906.

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

Color convert

RGB 250 101 50 -
CMYK 0 0.60 0.8 0.02
HSL 15.3º 0.95% 0.59% -
HSV(B) 15.3º 0.8% 0.98% -
XYZ 44.65 29.86 6.43 -
YUV 139.74 77.36 206.65 -
System Red Green Blue C M Y K H S L
Decimal 250 101 50 0 0.60 0.8 0.02 15.3 0.95 0.59
Hex FA 65 32 0 3C 50 2 F 5F 3B
Octal 372 145 62 0 74 120 2 17 137 73
Binary 11111010 1100101 110010 0 111100 1010000 10 1111 1011111 111011

Color Harmonies of #FA6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6532

Black with #FA6532

Text Example


Text Example

White with #FA6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6532; }

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

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

background-color css

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

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

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

border-color css

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

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

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